Loading fs/ext4/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -2807,8 +2807,8 @@ out: spin_unlock_irqrestore(&ei->i_completed_io_lock, flags); /* queue the work to convert unwritten extents to written */ queue_work(wq, &io_end->work); iocb->private = NULL; queue_work(wq, &io_end->work); /* XXX: probably should move into the real I/O completion handler */ inode_dio_done(inode); Loading Loading
fs/ext4/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -2807,8 +2807,8 @@ out: spin_unlock_irqrestore(&ei->i_completed_io_lock, flags); /* queue the work to convert unwritten extents to written */ queue_work(wq, &io_end->work); iocb->private = NULL; queue_work(wq, &io_end->work); /* XXX: probably should move into the real I/O completion handler */ inode_dio_done(inode); Loading