]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/alloc.c
Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc
[~andy/linux] / fs / ocfs2 / alloc.c
index 31b9463fba1fb19259da764d94372ffffc0f6008..b8a9d87231b1badec1fb31f27c84265ca708aa55 100644 (file)
@@ -6751,8 +6751,7 @@ int ocfs2_zero_range_for_truncate(struct inode *inode, handle_t *handle,
                mlog_errno(ret);
 
 out:
-       if (pages)
-               kfree(pages);
+       kfree(pages);
 
        return ret;
 }