xfs: remove incorrect sparse annotation for xfs_iget_cache_miss
authorChristoph Hellwig <hch@infradead.org>
Sat, 14 Nov 2009 16:17:23 +0000 (16:17 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 11 Dec 2009 21:11:23 +0000 (15:11 -0600)
commit0c3dc2b02a4996c13e26eb91296e8a309e0c6227
tree7a974ff0d9cb20dee3c2afa84fd1f67ffda281eb
parentb8f82a4a6fc79fcb4b2eb81252020e04c9b49da5
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>
fs/xfs/xfs_iget.c