xfs: move xfs_do_force_shutdown() and kill xfs_rw.c
authorDave Chinner <dchinner@redhat.com>
Mon, 23 Apr 2012 05:59:03 +0000 (15:59 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 14 May 2012 21:20:59 +0000 (16:20 -0500)
commit2af51f3a4ef93945d20ff27ab28c5c68b5a21efc
treeb07fb8fefd07abcbd3d14cb8ad724f0060e528e5
parent2a0ec1d9ed7f3aa7974fccfbb612fadda2e10bad
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>
fs/xfs/Makefile
fs/xfs/xfs_fsops.c
fs/xfs/xfs_rw.c [deleted file]