|
@@ -279,8 +279,6 @@ xfs_ialloc_ag_alloc(
|
|
|
(args.agbno < be32_to_cpu(agi->agi_length)))) {
|
|
|
args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno);
|
|
|
args.type = XFS_ALLOCTYPE_THIS_BNO;
|
|
|
- args.mod = args.total = args.wasdel = args.isfl =
|
|
|
- args.userdata = args.minalignslop = 0;
|
|
|
args.prod = 1;
|
|
|
|
|
|
/*
|
|
@@ -333,8 +331,6 @@ xfs_ialloc_ag_alloc(
|
|
|
* Allocate a fixed-size extent of inodes.
|
|
|
*/
|
|
|
args.type = XFS_ALLOCTYPE_NEAR_BNO;
|
|
|
- args.mod = args.total = args.wasdel = args.isfl =
|
|
|
- args.userdata = args.minalignslop = 0;
|
|
|
args.prod = 1;
|
|
|
/*
|
|
|
* Allow space for the inode btree to split.
|