diff options
author | Dave Chinner <dchinner@redhat.com> | 2012-04-23 15:59:03 +1000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-05-14 16:20:59 -0500 |
commit | 2af51f3a4ef93945d20ff27ab28c5c68b5a21efc (patch) | |
tree | b07fb8fefd07abcbd3d14cb8ad724f0060e528e5 /fs/xfs/Makefile | |
parent | 2a0ec1d9ed7f3aa7974fccfbb612fadda2e10bad (diff) | |
download | linux-exynos-2af51f3a4ef93945d20ff27ab28c5c68b5a21efc.tar.gz linux-exynos-2af51f3a4ef93945d20ff27ab28c5c68b5a21efc.tar.bz2 linux-exynos-2af51f3a4ef93945d20ff27ab28c5c68b5a21efc.zip |
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 \ xfs_sync.o \ xfs_xattr.o \ xfs_rename.o \ - xfs_rw.o \ xfs_utils.o \ xfs_vnodeops.o \ kmem.o \ |