]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: move xfs_fc_reconfigure() above xfs_fc_free()
authorIan Kent <raven@themaw.net>
Mon, 4 Nov 2019 21:58:47 +0000 (13:58 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 Nov 2019 16:28:26 +0000 (08:28 -0800)
commit63cd1e9b026e760f0455d6fb959f5c963c90c10e
tree7decd4fa2eea13c4c1d03bdaec47ead59c84a752
parent73e5fff98b6446de1490a8d7809121b0108d49f4
xfs: move xfs_fc_reconfigure() above xfs_fc_free()

Grouping the options parsing and mount handling functions above the
struct fs_context_operations but below the struct super_operations
should improve (some) the grouping of the super operations while also
improving the grouping of the options parsing and mount handling code.

Start by moving xfs_fc_reconfigure() and friends.
This is a straight code move, there aren't any functional changes.

Signed-off-by: Ian Kent <raven@themaw.net>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_super.c