Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210036
b: refs/heads/master
c: 18608ad
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Aug 26, 2010
1 parent 1cbf022 commit d3e4fa7
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: 30c0e1ef0a8a6cab4e0f9357698c81a2f7f73cc5
refs/heads/master: 18608ad49cffa430cfd0b4e027dedfe3114f916e
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static inline struct file *find_any_file(struct nfs4_file *f)
{
if (f->fi_fds[O_RDWR])
return f->fi_fds[O_RDWR];
else if (f->fi_fds[O_RDWR])
else if (f->fi_fds[O_WRONLY])
return f->fi_fds[O_WRONLY];
else
return f->fi_fds[O_RDONLY];
Expand Down

0 comments on commit d3e4fa7

Please sign in to comment.