From c92b7d4ab31cd42508efedb55cd7e1a2888129f5 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Thu, 8 Nov 2012 14:53:35 -0500 Subject: [PATCH] --- yaml --- r: 344850 b: refs/heads/master c: 8d8c1825709020c73b5e66f96c114f6a1f6461e7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/page-io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 959d19aa10d4..eb2e2ccb91c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37794732467dd998a34bfce19738ad3ef1f37507 +refs/heads/master: 8d8c1825709020c73b5e66f96c114f6a1f6461e7 diff --git a/trunk/fs/ext4/page-io.c b/trunk/fs/ext4/page-io.c index 68e896e12a67..0fd16e653ebd 100644 --- a/trunk/fs/ext4/page-io.c +++ b/trunk/fs/ext4/page-io.c @@ -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; }