commit | 0c3dc2b02a4996c13e26eb91296e8a309e0c6227 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sat Nov 14 16:17:23 2009 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Dec 11 15:11:23 2009 -0600 |
tree | 7a974ff0d9cb20dee3c2afa84fd1f67ffda281eb | |
parent | b8f82a4a6fc79fcb4b2eb81252020e04c9b49da5 [diff] |
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>