diff --git a/[refs] b/[refs] index 6d868e86ebaf..a18bd868527f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 814e1d25a59662f9552e6dc1305d1df3616fc87e +refs/heads/master: a877ee03ac010ded434b77f7831f43cbb1fcc60f diff --git a/trunk/fs/namespace.c b/trunk/fs/namespace.c index b4febb29d3bb..e5e1c7d1839b 100644 --- a/trunk/fs/namespace.c +++ b/trunk/fs/namespace.c @@ -1109,6 +1109,7 @@ static int show_vfsstat(struct seq_file *m, void *v) /* device */ if (mnt->mnt_sb->s_op->show_devname) { + seq_puts(m, "device "); err = mnt->mnt_sb->s_op->show_devname(m, mnt); } else { if (mnt->mnt_devname) {