diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
| -rw-r--r-- | fs/xfs/xfs_alloc.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index 393055fe3aef..0ad23253e8b1 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c @@ -1925,8 +1925,6 @@ xfs_alloc_fix_freelist(  	targs.mp = mp;  	targs.agbp = agbp;  	targs.agno = args->agno; -	targs.mod = targs.minleft = targs.wasdel = targs.userdata = -		targs.minalignslop = 0;  	targs.alignment = targs.minlen = targs.prod = targs.isfl = 1;  	targs.type = XFS_ALLOCTYPE_THIS_AG;  	targs.pag = pag; |