diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-05-21 21:12:46 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-21 21:12:46 -0700 |
| commit | cc41b90f8a9ad3cd85a39dd4fcc71f965a675b0e (patch) | |
| tree | 8caca48dd98833cfba25fbe325cda8dba8bb7e67 /include/linux/fs.h | |
| parent | e3b08ca87d68c2fd54d8fc65bae63cc746b55525 (diff) | |
[PATCH] kill ->i_op->revalidate()
kill ->i_op->revalidate()
Diffstat (limited to 'include/linux/fs.h')
| -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 b22e9121c1e9..de84a3fb9f2e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -781,7 +781,6 @@ struct inode_operations { int (*follow_link) (struct dentry *, struct nameidata *); void (*truncate) (struct inode *); int (*permission) (struct inode *, int); - int (*revalidate) (struct dentry *); int (*setattr) (struct dentry *, struct iattr *); int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *); int (*setxattr) (struct dentry *, const char *, void *, size_t, int); |
