I think it makes sense either way, not sure whether we should do this or not, but including this patch anyway. Signed-off-by: Tingmao Wang <m@xxxxxxxxxx> --- fs/9p/v9fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index 487532295a98..0070d1179021 100644 --- a/fs/9p/v9fs.c +++ b/fs/9p/v9fs.c @@ -155,7 +155,7 @@ int v9fs_show_options(struct seq_file *m, struct dentry *root) seq_puts(m, ",inodeident=none"); break; case V9FS_INODE_IDENT_PATH: - seq_puts(m, ",inodeident=path"); + /* default */ break; } -- 2.39.5