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)
commit7f5d38141e309bb4ba995d9726928af85a299c50
tree06400fc56ab3282c8a137b8655d1dba7eb5925d5
parent2c3f3dc315565941262e980029c0f74ad118231a
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