diff options
Diffstat (limited to 'fs/xfs/xfs_bmap.c')
| -rw-r--r-- | fs/xfs/xfs_bmap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index 7928b9983c1..8ee5b5a76a2 100644 --- a/fs/xfs/xfs_bmap.c +++ b/fs/xfs/xfs_bmap.c @@ -6009,7 +6009,7 @@ xfs_getbmap(  	 */  	error = ENOMEM;  	subnex = 16; -	map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL); +	map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS);  	if (!map)  		goto out_unlock_ilock;  | 
