-
- Downloads
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>
Showing
- drivers/block/rbd.c 1 addition, 1 deletiondrivers/block/rbd.c
- fs/fs_parser.c 15 additions, 6 deletionsfs/fs_parser.c
- include/linux/fs_context.h 2 additions, 4 deletionsinclude/linux/fs_context.h
- include/linux/fs_parser.h 4 additions, 0 deletionsinclude/linux/fs_parser.h
- net/ceph/ceph_common.c 1 addition, 1 deletionnet/ceph/ceph_common.c
Loading
Please register or sign in to comment