X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fext4%2Finode.c;h=be21a5ae33cb01261a8fe1ce0e2377654a940d3b;hb=ed9b3e3379731e9f9d2f73f3d7fd9e7d2ce3df4a;hp=5a130b56f1cfdc9018e0b6fc4badbe4aa81ac0d7;hpb=ac51d83705c2a38c71f39cde99708b14e6212a60;p=linux-2.6-omap-h63xx.git diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 5a130b56f1c..be21a5ae33c 100644 --- a/fs/ext4/inode.c +++ b/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))