commit | 626c3920aeb4575f53c96b0d4ad4e651a21cbb66 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 08 20:28:06 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 12 21:01:32 2019 -0400 |
tree | b49fe10845e92e8515f9c2a1f8599ac9f5757e2d | |
parent | e04dc423ae2c0fc862fef6b43ed9083226375e98 [diff] |
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>