summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-06-02 20:17:35 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-06-02 20:17:35 -0700
commit6b7eb57fd8a3ba1b4505ad50c984dea821d28388 (patch)
tree4b060ff622425b055840627620b972df7a15e9a5 /drivers/hotplug
parenta990709108dd9f27b7fd2b4a57bd56c4893e691c (diff)
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.
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/pci_hotplug_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hotplug/pci_hotplug_core.c b/drivers/hotplug/pci_hotplug_core.c
index d14285466a32..3ec8ce0c0870 100644
--- a/drivers/hotplug/pci_hotplug_core.c
+++ b/drivers/hotplug/pci_hotplug_core.c
@@ -290,7 +290,7 @@ static struct inode_operations pcihpfs_dir_inode_operations = {
static struct super_operations pcihpfs_ops = {
statfs: simple_statfs,
- put_inode: force_delete,
+ drop_inode: generic_delete_inode,
};
static int pcihpfs_fill_super(struct super_block *sb, void *data, int silent)