ocfs2: Add xattr support checking in init_security
authorTiger Yang <tiger.yang@oracle.com>
Wed, 17 Dec 2008 02:22:56 +0000 (10:22 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:36 +0000 (08:40 -0800)
commit38d59ef61c11cafc50a66787bdbbe80d58bbd9c0
tree6b8c730648dfd71374ed727646e2f54c828a98e8
parent008aafaf0b4aa0476da483e3c6e3edbe951811ff
ocfs2: Add xattr support checking in init_security

We must check whether ocfs2 volume support xattr in init_security,
if not support xattr and security is enable, would cause failure of mknod.

Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c