All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] VFS: Add "device" tag to /proc/self/mountstats
@ 2011-10-07 17:41 ` Bryan Schumaker
  0 siblings, 0 replies; 6+ messages in thread
From: Bryan Schumaker @ 2011-10-07 17:41 UTC (permalink / raw)
  To: linux-fsdevel, linux-nfs@vger.kernel.org, viro, Myklebust, Trond,
	Chuck Lever

nfsiostat was failing to find mounted filesystems on kernels after
2.6.38 because of changes to show_vfsstat() by commit
c7f404b40a3665d9f4e9a927cc5c1ee0479ed8f9.  This patch adds back the
"device" tag before the nfs server entry so scripts can parse the
mountstats file correctly.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
CC: stable@kernel.org [>=2.6.39]
---
 fs/namespace.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index 22bfe82..1429114 100644
--- a/fs/namespace.c
+++ b/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) {
-- 
1.7.6.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] VFS: Add "device" tag to /proc/self/mountstats
@ 2011-08-29 17:21 ` Bryan Schumaker
  0 siblings, 0 replies; 6+ messages in thread
From: Bryan Schumaker @ 2011-08-29 17:21 UTC (permalink / raw)
  To: linux-fsdevel, linux-nfs@vger.kernel.org, viro, Myklebust, Trond,
	Chuck Lever


nfsiostat was failing to find mounted filesystems on kernels after
2.6.38 because of changes to show_vfsstat() by commit
c7f404b40a3665d9f4e9a927cc5c1ee0479ed8f9.  This patch adds back the
"device" tag before the nfs server entry so scripts can parse the
mountstats file correctly.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
---
 fs/namespace.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index 22bfe82..1429114 100644
--- a/fs/namespace.c
+++ b/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) {
-- 
1.7.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-07 17:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07 17:41 [PATCH] VFS: Add "device" tag to /proc/self/mountstats Bryan Schumaker
2011-10-07 17:41 ` Bryan Schumaker
  -- strict thread matches above, loose matches on Subject: below --
2011-08-29 17:21 Bryan Schumaker
2011-08-29 17:21 ` Bryan Schumaker
2011-09-21 18:27 ` Bryan Schumaker
2011-09-21 18:27   ` Bryan Schumaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.