diff options
Diffstat (limited to 'fs/xfs/xfs_iget.c')
-rw-r--r-- | fs/xfs/xfs_iget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index 377c0cd14999..837cae781536 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c | |||
@@ -201,7 +201,7 @@ out_unlock: | |||
201 | if (lock_flags) | 201 | if (lock_flags) |
202 | xfs_iunlock(ip, lock_flags); | 202 | xfs_iunlock(ip, lock_flags); |
203 | out_destroy: | 203 | out_destroy: |
204 | xfs_idestroy(ip); | 204 | xfs_destroy_inode(ip); |
205 | return error; | 205 | return error; |
206 | } | 206 | } |
207 | 207 | ||