[PATCH 0/7] Lock warnings cleanup

From: Jules Irenge
Date: Tue Mar 31 2020 - 16:47:38 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 odf the code
and give better insight or directive on what the functions are actually doing.

Jules Irenge (7):
fs: Add missing annotation for iput_final()
fsnotify: Add missing annotation for fsnotify_finish_user_wait()
dax: Add missing annotation for wait_entry_unlocked()
sysctl: Add missing annotation for start_unregistering()
btrfs: Add missing annotation for btrfs_lock_cluster()
btrfs: Add missing annotation for btrfs_tree_lock()
tty: serial_core: Add missing annotation for _unlock_and_check_sysrq()

drivers/tty/serial/serial_core.c | 1 +
fs/btrfs/extent-tree.c | 1 +
fs/btrfs/locking.c | 1 +
fs/dax.c | 1 +
fs/inode.c | 1 +
fs/notify/mark.c | 1 +
fs/proc/proc_sysctl.c | 1 +
7 files changed, 7 insertions(+)

--
2.24.1