]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext3: remove double definitions of xattr macros
authorShen Feng <shen@cn.fujitsu.com>
Fri, 25 Jul 2008 08:46:23 +0000 (01:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:32 +0000 (10:53 -0700)
commitef1afd39519b74fbe1f63c9ab5a14490effec0e3
tree161247cae3a51ee42dc10d95db79705871dc0eb7
parent3f31fddfa26b7594b44ff2b34f9a04ba409e0f91
ext3: remove double definitions of xattr macros

remove the definitions of macros:
XATTR_TRUSTED_PREFIX
XATTR_USER_PREFIX
since they are defined in linux/xattr.h

Signed-off-by: Shen Feng <shen@cn.fujitsu.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext3/xattr_security.c
fs/ext3/xattr_trusted.c
fs/ext3/xattr_user.c