Merge branches 'pm-domains', 'powercap' and 'pm-tools'
[cascardo/linux.git] / fs / ocfs2 / dir.c
index 79d56dc..319e786 100644 (file)
@@ -4479,7 +4479,7 @@ int ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh)
                p_cpos = ocfs2_blocks_to_clusters(dir->i_sb, blkno);
 
                ret = ocfs2_remove_btree_range(dir, &et, cpos, p_cpos, clen, 0,
-                                              &dealloc, 0);
+                                              &dealloc, 0, false);
                if (ret) {
                        mlog_errno(ret);
                        goto out;