]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/dir.c
ocfs2: Support creation of unwritten extents
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / dir.c
index c441ef1f2badab7a2d8b2cc9cba5a0ac85ee9bb3..0d5fdde959c8018a2d244ae678d16fde1e5b3f33 100644 (file)
@@ -368,7 +368,7 @@ int ocfs2_do_extend_dir(struct super_block *sb,
                u32 offset = OCFS2_I(dir)->ip_clusters;
 
                status = ocfs2_do_extend_allocation(OCFS2_SB(sb), dir, &offset,
-                                                   1, parent_fe_bh, handle,
+                                                   1, 0, parent_fe_bh, handle,
                                                    data_ac, meta_ac, NULL);
                BUG_ON(status == -EAGAIN);
                if (status < 0) {