diff options
author | 2019-11-04 13:58:48 -0800 | |
---|---|---|
committer | 2019-11-05 08:28:27 -0800 | |
commit | 8757c38f2cf6e5ac474aabd7deea14729918ff7c (patch) | |
tree | da1f98ad27fc2c186ced04397f8aaaaf7ec8fccf /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() (diff) | |
download | wireguard-linux-8757c38f2cf6e5ac474aabd7deea14729918ff7c.tar.xz wireguard-linux-8757c38f2cf6e5ac474aabd7deea14729918ff7c.zip |
xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
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.
Lastly move xfs_fc_parse_param() and related functions down to above
xfs_fc_get_tree() and it's related functions.
But leave the options enum, struct fs_parameter_spec and the struct
fs_parameter_description declarations at the top since that's the
logical place for them.
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions