aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/namespace.c')
-rw-r--r--fs/namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index b4febb29d3bb..e5e1c7d1839b 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1109,6 +1109,7 @@ static int show_vfsstat(struct seq_file *m, void *v)
1109 1109
1110 /* device */ 1110 /* device */
1111 if (mnt->mnt_sb->s_op->show_devname) { 1111 if (mnt->mnt_sb->s_op->show_devname) {
1112 seq_puts(m, "device ");
1112 err = mnt->mnt_sb->s_op->show_devname(m, mnt); 1113 err = mnt->mnt_sb->s_op->show_devname(m, mnt);
1113 } else { 1114 } else {
1114 if (mnt->mnt_devname) { 1115 if (mnt->mnt_devname) {