nfs: Add "lookupcache" to displayed mount options
commite5f7195931f72fedf64af1deb6193c8e0acc26b3
authorPatrick J. LoPresti <lopresti@gmail.com>
Tue, 10 Aug 2010 21:28:01 +0000 (10 17:28 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Aug 2010 23:43:31 +0000 (26 16:43 -0700)
tree91a26be932d9be99d57e59d014d095115d01a734
parentdce48ca9f53a68fcc4442eb75c0a2b6285466637
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