diff --git a/[refs] b/[refs] index 7aab8e14771e..1f9bee7e10f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69baee062a044ef1588e423e52131710e7584d1a +refs/heads/master: 31b481dc7c249eac0a108ec5dfc0d4aef2217e39 diff --git a/trunk/fs/ext4/mballoc.c b/trunk/fs/ext4/mballoc.c index 6280ad3829d4..d429014071c0 100644 --- a/trunk/fs/ext4/mballoc.c +++ b/trunk/fs/ext4/mballoc.c @@ -809,6 +809,7 @@ static int ext4_mb_init_cache(struct page *page, char *incore) if (!buffer_uptodate(bh[i])) goto out; + err = 0; first_block = page->index * blocks_per_page; for (i = 0; i < blocks_per_page; i++) { int group;