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)
commit6dfede696391133eadd7ce90b61c9573ee6e5a90
tree2051bfc5108d0e7592b8738e43f4ae972d398ccd
parent010f5a21a323e7383e067009a7785462883fe5ea
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