[PATCH] NFS: Clean up readdir changes.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust
2005-06-22 17:16:29 +00:00
parent 00a9264227
commit f0dd2136da
3 changed files with 48 additions and 39 deletions

View File

@@ -891,7 +891,6 @@ struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, struct rp
ctx->state = NULL;
ctx->lockowner = current->files;
ctx->error = 0;
ctx->dir_pos = 0;
ctx->dir_cookie = 0;
}
return ctx;