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) | |
download | blackbird-op-linux-729cdb3a1ee03a4363f9c7e66ddd979727e99e1f.tar.gz blackbird-op-linux-729cdb3a1ee03a4363f9c7e66ddd979727e99e1f.zip |
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 { loff_t len); }; -#define IPERM_FLAG_RCU 0x0001 - struct inode_operations { struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *); void * (*follow_link) (struct dentry *, struct nameidata *); |