Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344850
b: refs/heads/master
c: 8d8c182
h: refs/heads/master
v: v3
  • Loading branch information
Anatol Pomozov authored and Theodore Ts'o committed Nov 8, 2012
1 parent 2bd86f6 commit c92b7d4
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: 37794732467dd998a34bfce19738ad3ef1f37507
refs/heads/master: 8d8c1825709020c73b5e66f96c114f6a1f6461e7
2 changes: 1 addition & 1 deletion trunk/fs/ext4/page-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int ext4_end_io(ext4_io_end_t *io)
inode_dio_done(inode);
/* Wake up anyone waiting on unwritten extent conversion */
if (atomic_dec_and_test(&EXT4_I(inode)->i_unwritten))
wake_up_all(ext4_ioend_wq(io->inode));
wake_up_all(ext4_ioend_wq(inode));
return ret;
}

Expand Down

0 comments on commit c92b7d4

Please sign in to comment.