]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vfs: add "device" tag to /proc/self/mountstats
authorBryan Schumaker <bjschuma@netapp.com>
Fri, 7 Oct 2011 17:41:15 +0000 (13:41 -0400)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:17:55 +0000 (11:17 -0800)
commit25bd8e0e7434d50524ead7a9ea9f88960d24eb1d
tree375382c13de008b5abec1279b8113ebf06d7f478
parent32fd1e3b01a14cb31598a05772a1cbf40eb7d3d3
vfs: add "device" tag to /proc/self/mountstats

commit a877ee03ac010ded434b77f7831f43cbb1fcc60f upstream.

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>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/namespace.c