]> Git Repo - linux.git/blobdiff - fs/ocfs2/dir.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux.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) {
This page took 0.034183 seconds and 4 git commands to generate.