diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-06-22 13:16:29 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-06-22 16:07:34 -0400 |
commit | f0dd2136da6d2070e12bfa6d199b136318e666c7 (patch) | |
tree | a261d4b4d9e29dbce104cf9515a0a209cff387cf /fs/nfs/inode.c | |
parent | 00a926422765064cb28e218d4837411c88bf6a3e (diff) |
[PATCH] NFS: Clean up readdir changes.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 9fa02e7984ac..6300e05e9463 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -891,7 +891,6 @@ struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, struct rp | |||
891 | ctx->state = NULL; | 891 | ctx->state = NULL; |
892 | ctx->lockowner = current->files; | 892 | ctx->lockowner = current->files; |
893 | ctx->error = 0; | 893 | ctx->error = 0; |
894 | ctx->dir_pos = 0; | ||
895 | ctx->dir_cookie = 0; | 894 | ctx->dir_cookie = 0; |
896 | } | 895 | } |
897 | return ctx; | 896 | return ctx; |