diff options
author | Mark Fasheh <mfasheh@suse.com> | 2008-10-07 14:52:59 -0700 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-10-13 17:02:44 -0700 |
commit | 99219aea68b5bff4f182858372b43181ad3bdb34 (patch) | |
tree | fbe3c16322ecc658e2c432dc7700bb1b19d00d54 /fs/ocfs2/Makefile | |
parent | 40daa16a3441abe822bfcc748150116a77aee2ea (diff) | |
download | linux-3.10-99219aea68b5bff4f182858372b43181ad3bdb34.tar.gz linux-3.10-99219aea68b5bff4f182858372b43181ad3bdb34.tar.bz2 linux-3.10-99219aea68b5bff4f182858372b43181ad3bdb34.zip |
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 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 |