]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/dir.c
Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux into drm...
[karo-tx-linux.git] / fs / ocfs2 / dir.c
index 79d56dc981bc4b9fd6b927a4bce04d3f79ede736..319e786175afed345660719cfeb4c245741a2461 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;