Home
last modified time | relevance | path

Searched hist:"626 c3920aeb4575f53c96b0d4ad4e651a21cbb66" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dshmem.cdiff 626c3920aeb4575f53c96b0d4ad4e651a21cbb66 Sun Sep 08 19:28:06 CDT 2019 Al Viro <viro@zeniv.linux.org.uk> 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>