]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6dbb6a71a1456ecf507195a2a61166967e8ab11
treeb49fe10845e92e8515f9c2a1f8599ac9f5757e2d
parentb23039cf8e42edb34615b213f7e1382ae72cd1ae
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