linux-IllusionX/fs/debugfs
Nicolai Stange 055ab8e3e3 debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Currently, debugfs_real_fops() is annotated with a
__must_hold(&debugfs_srcu) sparse annotation.

With the conversion of the SRCU based protection of users against
concurrent file removals to a per-file refcount based scheme, this becomes
wrong.

Drop this annotation.

Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-07 20:25:02 +01:00
..
file.c debugfs: debugfs_real_fops(): drop __must_hold sparse annotation 2017-11-07 20:25:02 +01:00
inode.c debugfs: implement per-file removal protection 2017-11-07 20:25:02 +01:00
internal.h debugfs: implement per-file removal protection 2017-11-07 20:25:02 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00