[PATCH 0/6] lock warning cleanups

From: Jules Irenge
Date: Mon Mar 16 2020 - 19:39:03 EST


This patch series adds missing annotations to various functions,
that register warnings of context imbalance when built with Sparse tool.
The adds fix the warnings, improve on readability of the code
and give better insight or directive on what the functions are actually doing.

Jules Irenge (6):
namei: Add missing annotation for unlazy_walk()
namei: Add missing annotation for unlazy_child()
fs: Add missing annotation for __wait_on_freeing_inode()
fs/fs-writeback.c: Add missing annotation for
wbc_attach_and_unlock_inode()
fs/fs-writeback.c: replace two annotations for
__inode_wait_for_writeback()
fs: add missing annotation for pin_kill()

fs/fs-writeback.c | 4 ++--
fs/fs_pin.c | 1 +
fs/inode.c | 2 ++
fs/namei.c | 2 ++
4 files changed, 7 insertions(+), 2 deletions(-)

--
2.24.1