commit | 480c2006ebb44ae03165695db7b3e38c04e0d102 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Wed Mar 23 14:48:29 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 23 15:13:11 2011 -0400 |
tree | 20bb22ea6db986e91017734f6c0390e1211b1765 | |
parent | e47c085afb3d16cbc6a4bfb10a3b074bb7c58998 [diff] |
NFS: Create nfs_open_dir_context nfs_opendir() created a context that held much more information than we need for a readdir. This patch introduces a slimmed-down nfs_open_dir_context that contains only the cookie and the cred used for RPC operations. The new context will eventually be used to help detect readdir loops. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>