diff options
author | Amir Goldstein <amir73il@gmail.com> | 2023-10-11 17:07:03 +0300 |
---|---|---|
committer | Amir Goldstein <amir73il@gmail.com> | 2023-10-14 09:24:11 +0300 |
commit | 32db510708507f6133f496ff385cbd841d8f9098 (patch) | |
tree | 11f002bc14bc735248a64ef174756f3ddf4f3c07 /net/ethtool/mm.c | |
parent | c34706acf40b43dd31f67c92c5a95d39666a1eb3 (diff) | |
download | linux-32db510708507f6133f496ff385cbd841d8f9098.tar.xz |
ovl: fix regression in showing lowerdir mount option
Before commit b36a5780cb44 ("ovl: modify layer parameter parsing"),
spaces and commas in lowerdir mount option value used to be escaped using
seq_show_option().
In current upstream, when lowerdir value has a space, it is not escaped
in /proc/mounts, e.g.:
none /mnt overlay rw,relatime,lowerdir=l l,upperdir=u,workdir=w 0 0
which results in broken output of the mount utility:
none on /mnt type overlay (rw,relatime,lowerdir=l)
Store the original lowerdir mount options before unescaping and show
them using the same escaping used for seq_show_option() in addition to
escaping the colon separator character.
Fixes: b36a5780cb44 ("ovl: modify layer parameter parsing")
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Diffstat (limited to 'net/ethtool/mm.c')
0 files changed, 0 insertions, 0 deletions