commit | 7f5d38141e309bb4ba995d9726928af85a299c50 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 20 23:52:55 2019 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 07 14:48:34 2020 -0500 |
tree | 06400fc56ab3282c8a137b8655d1dba7eb5925d5 | |
parent | 2c3f3dc315565941262e980029c0f74ad118231a [diff] |
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>