From: Steve Dickson Date: Wed, 21 Sep 2011 17:52:49 +0000 (-0400) Subject: nfsiostat: Breaks on 3.1 kernels X-Git-Tag: debian/1%1.2.5-1~11^2~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=fdf7aab1cdcc7903119b7634b98bfb2c4ad2cdcf;hp=fdf7aab1cdcc7903119b7634b98bfb2c4ad2cdcf;p=nfs-utils.git nfsiostat: Breaks on 3.1 kernels nfsiostat depend on all devices entries in /proc/self/mountstats to start with the word 'device'. With 3.1 kernels, NFS entries start with the actual device (i.e. server:/export) not the word 'device'. This change confused nfsiostat parsing. Signed-off-by: Steve Dickson ---