diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_vnodeops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c index 04f3e302feee..7093d749589b 100644 --- a/fs/xfs/xfs_vnodeops.c +++ b/fs/xfs/xfs_vnodeops.c | |||
@@ -2241,7 +2241,7 @@ xfs_remove( | |||
2241 | */ | 2241 | */ |
2242 | XFS_BMAP_INIT(&free_list, &first_block); | 2242 | XFS_BMAP_INIT(&free_list, &first_block); |
2243 | error = xfs_dir_removename(tp, dp, name, ip->i_ino, | 2243 | error = xfs_dir_removename(tp, dp, name, ip->i_ino, |
2244 | &first_block, &free_list, 0); | 2244 | &first_block, &free_list, resblks); |
2245 | if (error) { | 2245 | if (error) { |
2246 | ASSERT(error != ENOENT); | 2246 | ASSERT(error != ENOENT); |
2247 | REMOVE_DEBUG_TRACE(__LINE__); | 2247 | REMOVE_DEBUG_TRACE(__LINE__); |