zdump, man pages: remove references to 'nonempty' option

In FUSE 3, nonempty is always true, and has been removed.
By default it is false on FUSE 2.

Therefore, remove 'nonempty' option from zdump and references to
the same in man pages.

GitHub-ID: https://github.com/ibm-s390-linux/s390-tools/pull/117
Signed-off-by: Graham Inggs <ginggs@debian.org>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Graham Inggs
2021-09-28 14:56:06 +02:00
committed by Jan Höppner
parent 03ddcd6267
commit a44db0f367
4 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ int zfuse_mount_dump(void)
fuse_opt_add_arg(&args, "zgetdump");
fuse_opt_add_arg(&args, "-s");
snprintf(tmp_str, sizeof(tmp_str),
"-ofsname=%s,ro,default_permissions,nonempty",
"-ofsname=%s,ro,default_permissions",
g.opts.device);
fuse_opt_add_arg(&args, tmp_str);
fuse_opt_add_arg(&args, g.opts.mount_point);