diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-06-21 01:01:22 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-20 01:43:36 -0400 |
commit | 729cdb3a1ee03a4363f9c7e66ddd979727e99e1f (patch) | |
tree | 6b2e6947e1f58ebcb1aaa2a0f0710ae1fb2d6a1d /include/linux/fs.h | |
parent | 76fe3276be26cff2e609cdcfbc1265cf1dd72b2c (diff) |
kill IPERM_FLAG_RCU
not used anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1fdefe3995fd..8494aac189f0 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1573,8 +1573,6 @@ struct file_operations { | |||
1573 | loff_t len); | 1573 | loff_t len); |
1574 | }; | 1574 | }; |
1575 | 1575 | ||
1576 | #define IPERM_FLAG_RCU 0x0001 | ||
1577 | |||
1578 | struct inode_operations { | 1576 | struct inode_operations { |
1579 | struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *); | 1577 | struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *); |
1580 | void * (*follow_link) (struct dentry *, struct nameidata *); | 1578 | void * (*follow_link) (struct dentry *, struct nameidata *); |