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 0f5e2f2ce6e..5fe88d546c7 100644 --- a/fs/xfs/xfs_dir2_leaf.c +++ b/fs/xfs/xfs_dir2_leaf.c @@ -884,7 +884,7 @@ xfs_dir2_leaf_getdents(  					XFS_DIR2_BYTE_TO_DA(mp,  						XFS_DIR2_LEAF_OFFSET) - map_off,  					XFS_BMAPI_METADATA, NULL, 0, -					&map[map_valid], &nmap, NULL); +					&map[map_valid], &nmap, NULL, NULL);  				/*  				 * Don't know if we should ignore this or  				 * try to return an error.  |