Skip to content

Commit

Permalink
ovl: show "userxattr" in the mount data
Browse files Browse the repository at this point in the history
This was missed when adding the option.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Reviewed-by: Vivek Goyal <vgoyal@redhat.com>
Fixes: 2d2f2d7 ("ovl: user xattr")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
  • Loading branch information
Giuseppe Scrivano authored and Miklos Szeredi committed Apr 12, 2021
1 parent f48bbfb commit 321b46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/overlayfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ static int ovl_show_options(struct seq_file *m, struct dentry *dentry)
ofs->config.metacopy ? "on" : "off");
if (ofs->config.ovl_volatile)
seq_puts(m, ",volatile");
if (ofs->config.userxattr)
seq_puts(m, ",userxattr");
return 0;
}

Expand Down

0 comments on commit 321b46b

Please sign in to comment.