OSDN Git Service

shmem_parse_one(): switch to use of fs_parse()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Sep 2019 00:28:06 +0000 (20:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 Sep 2019 01:01:32 +0000 (21:01 -0400)
commit626c3920aeb4575f53c96b0d4ad4e651a21cbb66
treeb49fe10845e92e8515f9c2a1f8599ac9f5757e2d
parente04dc423ae2c0fc862fef6b43ed9083226375e98
shmem_parse_one(): switch to use of fs_parse()

This thing will eventually become our ->parse_param(), while
shmem_parse_options() - ->parse_monolithic().  At that point
shmem_parse_options() will start calling vfs_parse_fs_string(),
rather than calling shmem_parse_one() directly.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/shmem.c