diff options
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 0a9977983f92..d2bf974b1a2f 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -33,6 +33,7 @@ xfs-y += xfs_aops.o \ | |||
33 | xfs_discard.o \ | 33 | xfs_discard.o \ |
34 | xfs_error.o \ | 34 | xfs_error.o \ |
35 | xfs_export.o \ | 35 | xfs_export.o \ |
36 | xfs_extent_busy.o \ | ||
36 | xfs_file.o \ | 37 | xfs_file.o \ |
37 | xfs_filestream.o \ | 38 | xfs_filestream.o \ |
38 | xfs_fsops.o \ | 39 | xfs_fsops.o \ |
@@ -49,7 +50,6 @@ xfs-y += xfs_aops.o \ | |||
49 | xfs_sync.o \ | 50 | xfs_sync.o \ |
50 | xfs_xattr.o \ | 51 | xfs_xattr.o \ |
51 | xfs_rename.o \ | 52 | xfs_rename.o \ |
52 | xfs_rw.o \ | ||
53 | xfs_utils.o \ | 53 | xfs_utils.o \ |
54 | xfs_vnodeops.o \ | 54 | xfs_vnodeops.o \ |
55 | kmem.o \ | 55 | kmem.o \ |