]> git.neil.brown.name Git - history.git/commit
[PATCH] reiserfs: allow user_xattr and acl options to be ignored, with warning
authorJeff Mahoney <jeffm@csh.rit.edu>
Wed, 20 Oct 2004 01:43:11 +0000 (18:43 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:43:11 +0000 (18:43 -0700)
commit811308bbc80df8e20a8308d884762316c3c8e0e1
treec90c171d327d4642ccc9badfcddceccf7852fefd
parent93d435ff3f2af47ac4918b9383cee662a9c6d081
[PATCH] reiserfs: allow user_xattr and acl options to be ignored, with warning

This patch uses the REISERFS_UNSUPPORTED_OPT flag to denote -o(no)acl, and
-o(no)user_xattr as unsupported, but allowable, when support isn't built
into the kernel.

Signed-off-by: Jeff Mahoney <jeffm@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/super.c