]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: move xfs_parseargs() validation to a helper
authorIan Kent <raven@themaw.net>
Mon, 4 Nov 2019 21:58:45 +0000 (13:58 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 Nov 2019 16:28:26 +0000 (08:28 -0800)
commit9a861816a02653dcec7a97d4f639f04b0bcf09c3
tree9ad4fc7013aec46cf092a8a5ad2c66938e8ad5a9
parent48a06e1b5773229caf13e6cc35d73cec2d2f6519
xfs: move xfs_parseargs() validation to a helper

Move the validation code of xfs_parseargs() into a helper for later
use within the mount context methods.

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