diff --git a/[refs] b/[refs] index a646a87867c3..ba65b6242d05 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac51d83705c2a38c71f39cde99708b14e6212a60 +refs/heads/master: ed9b3e3379731e9f9d2f73f3d7fd9e7d2ce3df4a diff --git a/trunk/fs/ext4/inode.c b/trunk/fs/ext4/inode.c index 5a130b56f1cf..be21a5ae33cb 100644 --- a/trunk/fs/ext4/inode.c +++ b/trunk/fs/ext4/inode.c @@ -2329,6 +2329,8 @@ static int ext4_da_writepage(struct page *page, unlock_page(page); return 0; } + /* now mark the buffer_heads as dirty and uptodate */ + block_commit_write(page, 0, PAGE_CACHE_SIZE); } if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))