-
- Downloads
reiserfs: remove IS_PRIVATE helpers
There are a number of helper functions for marking a reiserfs inode private that were leftover from reiserfs did its own thing wrt to private inodes. S_PRIVATE has been in the kernel for some time, so this patch removes the helpers and uses IS_PRIVATE instead. Signed-off-by:Jeff Mahoney <jeffm@suse.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/reiserfs/inode.c 2 additions, 3 deletionsfs/reiserfs/inode.c
- fs/reiserfs/namei.c 4 additions, 3 deletionsfs/reiserfs/namei.c
- fs/reiserfs/xattr.c 6 additions, 8 deletionsfs/reiserfs/xattr.c
- fs/reiserfs/xattr_acl.c 3 additions, 3 deletionsfs/reiserfs/xattr_acl.c
- fs/reiserfs/xattr_security.c 4 additions, 4 deletionsfs/reiserfs/xattr_security.c
- fs/reiserfs/xattr_trusted.c 4 additions, 4 deletionsfs/reiserfs/xattr_trusted.c
- include/linux/reiserfs_xattr.h 0 additions, 8 deletionsinclude/linux/reiserfs_xattr.h
Loading
Please register or sign in to comment