diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_util.c')
-rw-r--r-- | fs/xfs/xfs_bmap_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index 5887e41c0323..2f32d7ee1411 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c | |||
@@ -737,7 +737,7 @@ xfs_getbmap( | |||
737 | out_free_map: | 737 | out_free_map: |
738 | kmem_free(map); | 738 | kmem_free(map); |
739 | out_unlock_ilock: | 739 | out_unlock_ilock: |
740 | xfs_iunlock_map_shared(ip, lock); | 740 | xfs_iunlock(ip, lock); |
741 | out_unlock_iolock: | 741 | out_unlock_iolock: |
742 | xfs_iunlock(ip, XFS_IOLOCK_SHARED); | 742 | xfs_iunlock(ip, XFS_IOLOCK_SHARED); |
743 | 743 | ||