diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-07 13:20:09 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-09 16:48:31 -0400 |
commit | 07958f9f5b9e8422c15368a1733a52ea99009896 (patch) | |
tree | bab80f40113f8b7d86287f9d596fa5f0c1b755a7 /include | |
parent | 0930fcc1ee2f0a810b938bc283a3a262d7adccbb (diff) |
->delete_inode() is gone
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3c23c1dcb1bd..2b1254771e46 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1564,7 +1564,6 @@ struct super_operations { | |||
1564 | int (*write_inode) (struct inode *, struct writeback_control *wbc); | 1564 | int (*write_inode) (struct inode *, struct writeback_control *wbc); |
1565 | void (*drop_inode) (struct inode *); | 1565 | void (*drop_inode) (struct inode *); |
1566 | void (*evict_inode) (struct inode *); | 1566 | void (*evict_inode) (struct inode *); |
1567 | void (*delete_inode) (struct inode *); | ||
1568 | void (*put_super) (struct super_block *); | 1567 | void (*put_super) (struct super_block *); |
1569 | void (*write_super) (struct super_block *); | 1568 | void (*write_super) (struct super_block *); |
1570 | int (*sync_fs)(struct super_block *sb, int wait); | 1569 | int (*sync_fs)(struct super_block *sb, int wait); |