diff options
author | Brian Behlendorf <[email protected]> | 2020-11-11 17:14:24 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-11-12 09:01:55 -0800 |
commit | d237d9a918860b2ec3f442919dbe974532d49251 (patch) | |
tree | fa1c609673922083651fc2317fed6e0a59a702af /man | |
parent | 2132ae465ddb617cc973df9b60a232fd455dad30 (diff) |
Linux: Fix mount/unmount when dataset name has a space
The custom zpl_show_devname() helper should translate spaces in
to the octal escape sequence \040. The getmntent(2) function
is aware of this convention and properly translates the escape
character back to a space when reading the fsname.
Without this change the `zfs mount` and `zfs unmount` commands
incorrectly detect when a dataset with a name containing spaces
is mounted.
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11182
Closes #11187
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions