Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58193
b: refs/heads/master
c: fcb82f8
h: refs/heads/master
i:
  58191: 49c11cc
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Jul 4, 2007
1 parent 066f02d commit 7df1b6e
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: 5dcccd8d7eae870d85c3f175fd0823d3da07d0e3
refs/heads/master: fcb82f8835c1d71b4fe5de1d9894f45370f80dab
2 changes: 1 addition & 1 deletion trunk/fs/direct-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ direct_io_worker(int rw, struct kiocb *iocb, struct inode *inode,
spin_lock_irqsave(&dio->bio_lock, flags);
ret2 = --dio->refcount;
spin_unlock_irqrestore(&dio->bio_lock, flags);
BUG_ON(!dio->is_async && ret2 != 0);

if (ret2 == 0) {
ret = dio_complete(dio, offset, ret);
kfree(dio);
Expand Down

0 comments on commit 7df1b6e

Please sign in to comment.