commit | c7eea6f7adca4501d2c2db7f0f7c9dc88efac95e | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Oct 08 21:56:07 2012 +1100 |
committer | Ben Myers <bpm@sgi.com> | Wed Oct 17 13:30:20 2012 -0500 |
tree | 0018d3cd55958ed32f3cd3e6a57d82b642e24fe8 | |
parent | 34061f5c420561dd42addd252811a1fa4b0ac69b [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>