OSDN Git Service

nfs: Add "lookupcache" to displayed mount options
authorPatrick J. LoPresti <lopresti@gmail.com>
Tue, 10 Aug 2010 21:28:01 +0000 (17:28 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 10 Aug 2010 21:28:01 +0000 (17:28 -0400)
commit9b00c64318cc337846a7a08a5678f5f19aeff188
tree1b7248353da1c229adf2b926c2048f88513e556f
parentf5a73672d1811f2fb1dcb62ca90ceb12b2050ae7
nfs: Add "lookupcache" to displayed mount options

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.

CC: stable <stable@kernel.org>
Signed-off-by: Patrick LoPresti <lopresti@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c