Alexey Dobriyan e7a6e291e3 proc: faster open/close of files without ->release hook
The whole point of code in fs/proc/inode.c is to make sure ->release
hook is called either at close() or at rmmod time.

All if it is unnecessary if there is no ->release hook.

Save allocation+list manipulations under spinlock in that case.

Link: http://lkml.kernel.org/r/20180214063033.GA15579@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-04-11 10:28:33 -07:00
..
2018-02-06 18:32:43 -08:00
2018-02-06 18:32:43 -08:00
2017-11-17 16:10:00 -08:00
2018-02-06 18:32:43 -08:00
2017-11-13 21:05:31 -08:00
2018-02-06 18:32:43 -08:00
2018-02-06 18:32:43 -08:00
2017-11-17 16:10:00 -08:00