From: Carlos Venegas Date: Wed, 14 Apr 2021 20:12:07 +0000 (+0000) Subject: virtiofsd: Add help for -o xattr-mapping X-Git-Tag: v6.1.0-rc0~134^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1221a929be9c91e679f1983c5f1af5052f309d60;p=thirdparty%2Fqemu.git virtiofsd: Add help for -o xattr-mapping The option is not documented in help. Add small help about the option. Signed-off-by: Carlos Venegas Message-Id: <20210414201207.3612432-3-jose.carlos.venegas.munoz@intel.com> Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Connor Kuehl --- diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c index 28243b51b2d..5e98ed702b2 100644 --- a/tools/virtiofsd/helper.c +++ b/tools/virtiofsd/helper.c @@ -172,6 +172,9 @@ void fuse_cmdline_help(void) " default: no_writeback\n" " -o xattr|no_xattr enable/disable xattr\n" " default: no_xattr\n" + " -o xattrmap= Enable xattr mapping (enables xattr)\n" + " is a string consists of a series of rules\n" + " e.g. -o xattrmap=:map::user.virtiofs.:\n" " -o modcaps=CAPLIST Modify the list of capabilities\n" " e.g. -o modcaps=+sys_admin:-chown\n" " --rlimit-nofile= set maximum number of file descriptors\n"