NFS: numeric mount parameters are unsigned
authorChuck Lever <chuck.lever@oracle.com>
Fri, 14 Mar 2008 18:10:08 +0000 (14:10 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Mar 2008 22:00:13 +0000 (18:00 -0400)
commit2d76743227028a26f884284aade03d1e43f4f249
tree9e32332e4f7945fead1964fe7b9e568b3dd64940
parent7bda2cdf484a00e52b0ed925e99d4bf4696b2c7a
NFS: numeric mount parameters are unsigned

Clean up: use %u instead of %d when displaying NFS mount options.

Nit: Fix reporting of "namlen=" option in nfs_show_mount_stats.  The mount
option is called "namlen" without the "e".

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c