diff options
author | Dave Chinner <dchinner@redhat.com> | 2012-04-23 01:59:03 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-05-14 17:20:59 -0400 |
commit | 2af51f3a4ef93945d20ff27ab28c5c68b5a21efc (patch) | |
tree | b07fb8fefd07abcbd3d14cb8ad724f0060e528e5 /fs/xfs/Makefile | |
parent | 2a0ec1d9ed7f3aa7974fccfbb612fadda2e10bad (diff) |
xfs: move xfs_do_force_shutdown() and kill xfs_rw.c
xfs_do_force_shutdown now is the only thing in xfs_rw.c. There is no
need to keep it in it's own file anymore, so move it to xfs_fsops.c
next to xfs_fs_goingdown() and kill xfs_rw.c.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index ca9229ff8ac0..d2bf974b1a2f 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -50,7 +50,6 @@ xfs-y += xfs_aops.o \ | |||
50 | xfs_sync.o \ | 50 | xfs_sync.o \ |
51 | xfs_xattr.o \ | 51 | xfs_xattr.o \ |
52 | xfs_rename.o \ | 52 | xfs_rename.o \ |
53 | xfs_rw.o \ | ||
54 | xfs_utils.o \ | 53 | xfs_utils.o \ |
55 | xfs_vnodeops.o \ | 54 | xfs_vnodeops.o \ |
56 | kmem.o \ | 55 | kmem.o \ |