From: Steve Dickson Date: Wed, 21 Sep 2011 18:05:07 +0000 (-0400) Subject: mountstats: Breaks on 3.1 kernels X-Git-Tag: debian/1%1.2.5-1~11^2~5 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=dbf4e0cb138e07700975f77d74c077ee11f2766a;hp=dbf4e0cb138e07700975f77d74c077ee11f2766a;p=nfs-utils.git mountstats: Breaks on 3.1 kernels mountstats 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 mountstats parsing. Signed-off-by: Steve Dickson ---