xfs: rename flist/free_list to dfops
Mechanical change of flist/free_list to dfops, since they're now deferred ops, not just a freeing list. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Esse commit está contido em:
@@ -386,7 +386,7 @@ xfs_filestream_new_ag(
|
||||
}
|
||||
|
||||
flags = (ap->userdata ? XFS_PICK_USERDATA : 0) |
|
||||
(ap->flist->dop_low ? XFS_PICK_LOWSPACE : 0);
|
||||
(ap->dfops->dop_low ? XFS_PICK_LOWSPACE : 0);
|
||||
|
||||
err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen);
|
||||
|
||||
|
Referência em uma nova issue
Block a user