]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: remove IS_PRIVATE helpers
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:32 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:37 +0000 (12:16 -0700)
commit3430555a04405abe4fb51db300765d912a081fea
tree2051bfc5108d0e7592b8738e43f4ae972d398ccd
parent5d9932c64bbed6f5644c54f5429ab1d244bcef7c
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>
fs/reiserfs/inode.c
fs/reiserfs/namei.c
fs/reiserfs/xattr.c
fs/reiserfs/xattr_acl.c
fs/reiserfs/xattr_security.c
fs/reiserfs/xattr_trusted.c
include/linux/reiserfs_xattr.h