From: Dave Chinner Date: Mon, 8 Oct 2012 10:56:07 +0000 (+1100) Subject: xfs: move xfs_quiesce_attr() into xfs_super.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7eea6f7adca4501d2c2db7f0f7c9dc88efac95e;p=pandora-kernel.git xfs: move xfs_quiesce_attr() into xfs_super.c Both callers of xfs_quiesce_attr() are in xfs_super.c, and there's nothing really sync-specific about this functionality so it doesn't really matter where it lives. Move it to benext to it's callers, so all the remount/sync_fs code is in the one place. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed