]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/nfsstat/nfsstat.c
nfsstat -m lists all current nfs mounts, with the mount options.
[nfs-utils.git] / utils / nfsstat / nfsstat.c
index aa6c961cefdae65ae7012c43a41865aa1ba04ea9..d2cca8d9fda85b8d4b6284fad12dbabb4814e02a 100644 (file)
@@ -716,7 +716,7 @@ mounts(const char *name)
                if (!(type = strtok(NULL, " \t")))
                        continue;
 
-               if (strcmp(type, "nfs")) {
+               if (strcmp(type, "nfs") && strcmp(type,"nfs4")) {
                    continue;
                }