aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/Makefile
diff options
context:
space:
mode:
authorMark Fasheh <mfasheh@suse.com>2008-10-07 14:52:59 -0700
committerMark Fasheh <mfasheh@suse.com>2008-10-13 17:02:44 -0700
commit99219aea68b5bff4f182858372b43181ad3bdb34 (patch)
treefbe3c16322ecc658e2c432dc7700bb1b19d00d54 /fs/ocfs2/Makefile
parent40daa16a3441abe822bfcc748150116a77aee2ea (diff)
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>
Diffstat (limited to 'fs/ocfs2/Makefile')
-rw-r--r--fs/ocfs2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile
index 21323da4085..589dcdfdfe3 100644
--- a/fs/ocfs2/Makefile
+++ b/fs/ocfs2/Makefile
@@ -35,9 +35,7 @@ ocfs2-objs := \
sysfile.o \
uptodate.o \
ver.o \
- xattr.o \
- xattr_user.o \
- xattr_trusted.o
+ xattr.o
ocfs2_stackglue-objs := stackglue.o
ocfs2_stack_o2cb-objs := stack_o2cb.o