Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185461
b: refs/heads/master
c: 66b116c
h: refs/heads/master
i:
  185459: fbf547d
v: v3
  • Loading branch information
Coly Li authored and Joel Becker committed Feb 26, 2010
1 parent 156d712 commit f2d1021
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: cbe0e331fdbdb256943499358c75bc098a2134c1
refs/heads/master: 66b116c9d8f70baadf5b2145dddb35af222df041
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ static ssize_t ocfs2_file_aio_write(struct kiocb *iocb,
* async dio is going to do it in the future or an end_io after an
* error has already done it.
*/
if (ret == -EIOCBQUEUED || !ocfs2_iocb_is_rw_locked(iocb)) {
if ((ret == -EIOCBQUEUED) || (!ocfs2_iocb_is_rw_locked(iocb))) {
rw_level = -1;
have_alloc_sem = 0;
}
Expand Down

0 comments on commit f2d1021

Please sign in to comment.