aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-06-21 01:01:22 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2011-07-20 01:43:36 -0400
commit729cdb3a1ee03a4363f9c7e66ddd979727e99e1f (patch)
tree6b2e6947e1f58ebcb1aaa2a0f0710ae1fb2d6a1d
parent76fe3276be26cff2e609cdcfbc1265cf1dd72b2c (diff)
kill IPERM_FLAG_RCU
not used anymore Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--include/linux/fs.h2
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
1578struct inode_operations { 1576struct 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 *);