]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ocfs2: Move trusted and user attribute support into xattr.c
authorMark Fasheh <mfasheh@suse.com>
Tue, 7 Oct 2008 21:52:59 +0000 (14:52 -0700)
committerMark Fasheh <mfasheh@suse.com>
Tue, 14 Oct 2008 00:02:44 +0000 (17:02 -0700)
commit99219aea68b5bff4f182858372b43181ad3bdb34
treefbe3c16322ecc658e2c432dc7700bb1b19d00d54
parent40daa16a3441abe822bfcc748150116a77aee2ea
ocfs2: Move trusted and user attribute support into xattr.c

Per Christoph Hellwig's suggestion - don't split these up. It's not like we
gained much by having the two tiny files around.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/Makefile
fs/ocfs2/xattr.c
fs/ocfs2/xattr_trusted.c [deleted file]
fs/ocfs2/xattr_user.c [deleted file]