Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2788
b: refs/heads/master
c: b7ef195
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Trond Myklebust committed Jun 22, 2005
1 parent 685b483 commit e957c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 213484254c65e3c39c59df454132748b1367f816
refs/heads/master: b7ef19560f496fd3942e41e728950e5b5c9a461b
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static void nfs4_setup_readdir(u64 cookie, u32 *verifier, struct dentry *dentry,

BUG_ON(readdir->count < 80);
if (cookie > 2) {
readdir->cookie = (cookie > 2) ? cookie : 0;
readdir->cookie = cookie;
memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
return;
}
Expand Down

0 comments on commit e957c16

Please sign in to comment.