Skip to content

Commit

Permalink
kill IPERM_FLAG_RCU
Browse files Browse the repository at this point in the history
not used anymore

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jul 20, 2011
1 parent 76fe327 commit 729cdb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit 729cdb3

Please sign in to comment.