reiserfs: clean up ifdefs
authorJeff Mahoney <jeffm@suse.com>
Sun, 17 May 2009 05:02:01 +0000 (01:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 May 2009 18:45:45 +0000 (11:45 -0700)
commit12abb35a03e32c97235fcefdcf2d851be9f82dc2
treeb415acb9230b775a899252f9fc7b66b14092911e
parentbba0b4ec3cd6c52cb778af34ad70f6cc3aec1c7e
reiserfs: clean up ifdefs

With xattr cleanup even with xattrs disabled, much of the initial setup
is still performed.  Some #ifdefs are just not needed since the options
they protect wouldn't be available anyway.

This cleans those up.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/xattr.c