]> git.baikalelectronics.ru Git - kernel.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)
commit5b4552ece0b8041249de9b5ac81ba0362ea79b4b
tree9ad4fc7013aec46cf092a8a5ad2c66938e8ad5a9
parentf5ce776a1b9f71b13a21b07ba8b91bdcc8b24d5b
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