]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: move xfs_quiesce_attr() into xfs_super.c
authorDave Chinner <dchinner@redhat.com>
Mon, 8 Oct 2012 10:56:07 +0000 (21:56 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 17 Oct 2012 18:30:20 +0000 (13:30 -0500)
commitc7eea6f7adca4501d2c2db7f0f7c9dc88efac95e
tree0018d3cd55958ed32f3cd3e6a57d82b642e24fe8
parent34061f5c420561dd42addd252811a1fa4b0ac69b
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>
fs/xfs/xfs_super.c
fs/xfs/xfs_sync.c
fs/xfs/xfs_sync.h