NFS: Add a client-side function to display NFS file handles
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Mar 2012 22:01:31 +0000 (17:01 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 2 Mar 2012 22:18:08 +0000 (17:18 -0500)
commit20d27e929fb4790a339a4ddcc9a27f14db06055b
treee62d752180c2c7342d801f903c7f2ce2dd952075
parent31b8e2aec099f22d40277c424d8c24b2a4c95fce
NFS: Add a client-side function to display NFS file handles

For debugging, introduce a simplistic function to print NFS file
handles on the system console.  The main function is hooked into the
dprintk debugging facility, but you can directly call the helper,
_nfs_display_fhandle(), if you want to print a handle unconditionally.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c
include/linux/nfs_fs.h