]> git.neil.brown.name Git - history.git/commit
Split up "iput()" and make it more readable.
authorLinus Torvalds <torvalds@home.transmeta.com>
Mon, 3 Jun 2002 03:17:35 +0000 (20:17 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 3 Jun 2002 03:17:35 +0000 (20:17 -0700)
commit6b7eb57fd8a3ba1b4505ad50c984dea821d28388
tree4b060ff622425b055840627620b972df7a15e9a5
parenta990709108dd9f27b7fd2b4a57bd56c4893e691c
Split up "iput()" and make it more readable.

Add "drop_inode" VFS interface to make FS operations cleaner
and race-free.  Remove old force_delete interface, and update
filesystems that used it to use the new infrastructure.
15 files changed:
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
drivers/hotplug/pci_hotplug_core.c
drivers/usb/core/inode.c
fs/binfmt_misc.c
fs/devfs/base.c
fs/driverfs/inode.c
fs/inode.c
fs/ncpfs/inode.c
fs/proc/inode.c
fs/ramfs/inode.c
fs/smbfs/inode.c
include/linux/fs.h
kernel/ksyms.c
mm/shmem.c