aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_dir2_node.c')
-rw-r--r--fs/xfs/xfs_dir2_node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dir2_node.c b/fs/xfs/xfs_dir2_node.c
index 9ca71719b683..d083c3819934 100644
--- a/fs/xfs/xfs_dir2_node.c
+++ b/fs/xfs/xfs_dir2_node.c
@@ -904,7 +904,7 @@ xfs_dir2_leafn_remove(
904 * Log the data block header if needed. 904 * Log the data block header if needed.
905 */ 905 */
906 if (needscan) 906 if (needscan)
907 xfs_dir2_data_freescan(mp, data, &needlog, NULL); 907 xfs_dir2_data_freescan(mp, data, &needlog);
908 if (needlog) 908 if (needlog)
909 xfs_dir2_data_log_header(tp, dbp); 909 xfs_dir2_data_log_header(tp, dbp);
910 xfs_dir2_data_check(dp, dbp); 910 xfs_dir2_data_check(dp, dbp);
@@ -1705,7 +1705,7 @@ xfs_dir2_node_addname_int(
1705 * Rescan the block for bestfree if needed. 1705 * Rescan the block for bestfree if needed.
1706 */ 1706 */
1707 if (needscan) 1707 if (needscan)
1708 xfs_dir2_data_freescan(mp, data, &needlog, NULL); 1708 xfs_dir2_data_freescan(mp, data, &needlog);
1709 /* 1709 /*
1710 * Log the data block header if needed. 1710 * Log the data block header if needed.
1711 */ 1711 */