From: Dave Chinner Date: Mon, 23 Apr 2012 05:59:03 +0000 (+1000) Subject: xfs: move xfs_do_force_shutdown() and kill xfs_rw.c X-Git-Tag: v3.5-rc1~91^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af51f3a4ef93945d20ff27ab28c5c68b5a21efc;p=pandora-kernel.git 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 Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed