]> git.baikalelectronics.ru Git - kernel.git/commit
new primitive: __fs_parse()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 21 Dec 2019 04:52:55 +0000 (23:52 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 7 Feb 2020 19:48:34 +0000 (14:48 -0500)
commit72202bb3340a5b46cbb548fdb0f75eb5c305397e
tree06400fc56ab3282c8a137b8655d1dba7eb5925d5
parentc63039538a036fb8bae8d25f5c67d715bd3031d1
new primitive: __fs_parse()

fs_parse() analogue taking p_log instead of fs_context.
fs_parse() turned into a wrapper, callers in ceph_common and rbd
switched to __fs_parse().

As the result, fs_parse() never gets NULL fs_context and neither
do fs_context-based logging primitives

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/block/rbd.c
fs/fs_parser.c
include/linux/fs_context.h
include/linux/fs_parser.h
net/ceph/ceph_common.c