diff options
author | Mark Fasheh <mfasheh@suse.com> | 2008-10-07 17:52:59 -0400 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-10-13 20:02:44 -0400 |
commit | 99219aea68b5bff4f182858372b43181ad3bdb34 (patch) | |
tree | fbe3c16322ecc658e2c432dc7700bb1b19d00d54 /fs/ocfs2/Makefile | |
parent | 40daa16a3441abe822bfcc748150116a77aee2ea (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/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 21323da40855..589dcdfdfe3c 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile | |||
@@ -35,9 +35,7 @@ ocfs2-objs := \ | |||
35 | sysfile.o \ | 35 | sysfile.o \ |
36 | uptodate.o \ | 36 | uptodate.o \ |
37 | ver.o \ | 37 | ver.o \ |
38 | xattr.o \ | 38 | xattr.o |
39 | xattr_user.o \ | ||
40 | xattr_trusted.o | ||
41 | 39 | ||
42 | ocfs2_stackglue-objs := stackglue.o | 40 | ocfs2_stackglue-objs := stackglue.o |
43 | ocfs2_stack_o2cb-objs := stack_o2cb.o | 41 | ocfs2_stack_o2cb-objs := stack_o2cb.o |