commit | f755979355d46ef088f9c9fdb5d11c4a425e738e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 06 08:41:20 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 10:21:58 2019 -0800 |
tree | c613dcf81174e97931b2c71f489d6afcc453c557 | |
parent | cf085a1b5d221448c0c7425f3b9b9a9e2134e53e [diff] |
xfs: annotate functions that trip static checker locking checks Add some lock annotations to helper functions that seem to have unbalanced locking that confuses the static analyzers. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>