commit | 12abb35a03e32c97235fcefdcf2d851be9f82dc2 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Sun May 17 01:02:01 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 17 11:45:45 2009 -0700 |
tree | b415acb9230b775a899252f9fc7b66b14092911e | |
parent | bba0b4ec3cd6c52cb778af34ad70f6cc3aec1c7e [diff] |
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>