Skip to content

Commit

Permalink
xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
  • Loading branch information
raven-au authored and djwong committed Nov 5, 2019
1 parent 2f8d66b commit 8757c38
Showing 1 changed file with 500 additions and 499 deletions.
Loading

0 comments on commit 8757c38

Please sign in to comment.