diff options
Diffstat (limited to 'fs/xfs/xfs_iget.c')
-rw-r--r-- | fs/xfs/xfs_iget.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index b460e62bcf86..9e86f2116aa8 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c | |||
@@ -418,23 +418,6 @@ out_error_or_again: | |||
418 | } | 418 | } |
419 | 419 | ||
420 | /* | 420 | /* |
421 | * Decrement reference count of an inode structure and unlock it. | ||
422 | * | ||
423 | * ip -- the inode being released | ||
424 | * lock_flags -- this parameter indicates the inode's locks to be | ||
425 | * to be released. See the comment on xfs_iunlock() for a list | ||
426 | * of valid values. | ||
427 | */ | ||
428 | void | ||
429 | xfs_iput(xfs_inode_t *ip, | ||
430 | uint lock_flags) | ||
431 | { | ||
432 | xfs_itrace_entry(ip); | ||
433 | xfs_iunlock(ip, lock_flags); | ||
434 | IRELE(ip); | ||
435 | } | ||
436 | |||
437 | /* | ||
438 | * This is called free all the memory associated with an inode. | 421 | * This is called free all the memory associated with an inode. |
439 | * It must free the inode itself and any buffers allocated for | 422 | * It must free the inode itself and any buffers allocated for |
440 | * if_extents/if_data and if_broot. It must also free the lock | 423 | * if_extents/if_data and if_broot. It must also free the lock |