commit | 20d27e929fb4790a339a4ddcc9a27f14db06055b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Mar 01 17:01:31 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Mar 02 17:18:08 2012 -0500 |
tree | e62d752180c2c7342d801f903c7f2ce2dd952075 | |
parent | 31b8e2aec099f22d40277c424d8c24b2a4c95fce [diff] |
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>