mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
xfs: remove incorrect sparse annotation for xfs_iget_cache_miss
xfs_iget_cache_miss does not get called with the pag_ici_lock held, so the __releases annotation is incorrect. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
parent
b8f82a4a6f
commit
0c3dc2b02a
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ xfs_iget_cache_miss(
|
|||
struct xfs_inode **ipp,
|
||||
xfs_daddr_t bno,
|
||||
int flags,
|
||||
int lock_flags) __releases(pag->pag_ici_lock)
|
||||
int lock_flags)
|
||||
{
|
||||
struct xfs_inode *ip;
|
||||
int error;
|
||||
|
|
Loading…
Reference in a new issue