diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2002-07-28 02:45:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-28 02:45:27 -0700 |
| commit | 4fe70049be610ecee92c13b985a8925a4a49d68f (patch) | |
| tree | 86f5ff69fb8bb2e2a654a5515cf8b7342542e40f /include | |
| parent | 4102986dc24d6cbba19674098c817f415a746bab (diff) | |
[PATCH] Support for cached lookups via readdirplus [1/6]
Cleanup for the readdirplus code. Make struct nfs_entry take pointers
to the filehandle and file attributes.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfs_xdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 53ec9c0b94d0..2548bd6b85d9 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -109,8 +109,8 @@ struct nfs_entry { const char * name; unsigned int len; int eof; - struct nfs_fh fh; - struct nfs_fattr fattr; + struct nfs_fh * fh; + struct nfs_fattr * fattr; }; /* |
