]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfs: Add "lookupcache" to displayed mount options
authorPatrick J. LoPresti <lopresti@gmail.com>
Tue, 10 Aug 2010 21:28:01 +0000 (17:28 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Aug 2010 23:45:53 +0000 (16:45 -0700)
commit286ba0c3d1e5526a0d9600cec80f04d187465c2d
tree5b98fba496deabdb78babaa097c7f652ee189624
parentb97ef8ac88b78b67616fa6da71889ba836b6f568
nfs: Add "lookupcache" to displayed mount options

commit 9b00c64318cc337846a7a08a5678f5f19aeff188 upstream.

Running "cat /proc/mounts" fails to display the "lookupcache" option.
This oversight cost me a bunch of wasted time recently.

The following simple patch fixes it.

Signed-off-by: Patrick LoPresti <lopresti@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfs/super.c