|
@@ -1289,17 +1289,12 @@ extern ssize_t vfs_readv(struct file *, const struct iovec __user *,
|
|
|
extern ssize_t vfs_writev(struct file *, const struct iovec __user *,
|
|
|
unsigned long, loff_t *);
|
|
|
|
|
|
-/*
|
|
|
- * NOTE: write_inode, delete_inode, clear_inode, put_inode can be called
|
|
|
- * without the big kernel lock held in all filesystems.
|
|
|
- */
|
|
|
struct super_operations {
|
|
|
struct inode *(*alloc_inode)(struct super_block *sb);
|
|
|
void (*destroy_inode)(struct inode *);
|
|
|
|
|
|
void (*dirty_inode) (struct inode *);
|
|
|
int (*write_inode) (struct inode *, int);
|
|
|
- void (*put_inode) (struct inode *);
|
|
|
void (*drop_inode) (struct inode *);
|
|
|
void (*delete_inode) (struct inode *);
|
|
|
void (*put_super) (struct super_block *);
|