提交 7f74a668 编写于 作者: R Richard Weinberger

hostfs: Report append flag in ->show_options()

hostfs has an "append" mount option. Report it.
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 7c950992
......@@ -262,6 +262,9 @@ static int hostfs_show_options(struct seq_file *seq, struct dentry *root)
if (strlen(root_path) > offset)
seq_printf(seq, ",%s", root_path + offset);
if (append)
seq_puts(seq, ",append");
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册