diff options
Diffstat (limited to 'fs/xfs/xfs_dir2_leaf.c')
| -rw-r--r-- | fs/xfs/xfs_dir2_leaf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/xfs_dir2_leaf.c b/fs/xfs/xfs_dir2_leaf.c index 721ba2fe8e54..da71a1819d78 100644 --- a/fs/xfs/xfs_dir2_leaf.c +++ b/fs/xfs/xfs_dir2_leaf.c @@ -1336,7 +1336,7 @@ xfs_dir2_leaf_getdents(  				     mp->m_sb.sb_blocksize);  	map_info = kmem_zalloc(offsetof(struct xfs_dir2_leaf_map_info, map) +  				(length * sizeof(struct xfs_bmbt_irec)), -			       KM_SLEEP); +			       KM_SLEEP | KM_NOFS);  	map_info->map_size = length;  	/* |