diff options
author | yangerkun <[email protected]> | 2021-11-08 18:34:24 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-11-09 10:02:51 -0800 |
commit | 0858d7da8a09e440fb192a0239d20249a2d16af8 (patch) | |
tree | cf7e1964e9da8059da5db1242bf69839390d81cd /scripts/gdb/linux/utils.py | |
parent | 2d93a5835a37684bb6171af71a2657514539df3f (diff) |
ramfs: fix mount source show for ramfs
ramfs_parse_param does not parse key "source", and will convert
-ENOPARAM to 0. This will skip vfs_parse_fs_param_source in vfs_parse_fs_param, which
lead always "none" mount source for ramfs.
Fix it by parsing "source" in ramfs_parse_param like cgroup1_parse_param
does.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: yangerkun <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions