reiserfs: xattr_create is unused with xattrs disabled
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 20:49:58 +0000 (16:49 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 21:28:58 +0000 (14:28 -0700)
commit3a355cc61d41bc31cc23a57247df63dba80a6018
treecf39d0b861fa8a33b748a95f3c86bbb33d9c2dac
parent77e465867080c2d1e0c410e96dcdcd51e8584a6f
reiserfs: xattr_create is unused with xattrs disabled

This patch ifdefs xattr_create when xattrs aren't enabled.

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