mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.
Patch provided by Eric Sandeen. SGI-PV: 961694 SGI-Modid: xfs-linux-melb:xfs-kern:28204a Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
parent
1c72bf9003
commit
ef497f8a1e
5 changed files with 13 additions and 21 deletions
|
@ -904,7 +904,7 @@ xfs_dir2_leafn_remove(
|
|||
* Log the data block header if needed.
|
||||
*/
|
||||
if (needscan)
|
||||
xfs_dir2_data_freescan(mp, data, &needlog, NULL);
|
||||
xfs_dir2_data_freescan(mp, data, &needlog);
|
||||
if (needlog)
|
||||
xfs_dir2_data_log_header(tp, dbp);
|
||||
xfs_dir2_data_check(dp, dbp);
|
||||
|
@ -1705,7 +1705,7 @@ xfs_dir2_node_addname_int(
|
|||
* Rescan the block for bestfree if needed.
|
||||
*/
|
||||
if (needscan)
|
||||
xfs_dir2_data_freescan(mp, data, &needlog, NULL);
|
||||
xfs_dir2_data_freescan(mp, data, &needlog);
|
||||
/*
|
||||
* Log the data block header if needed.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue