commit | 20284ab7427ffac514faf44fd9eb50e5745f4474 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun May 12 17:31:45 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 25 17:59:59 2019 -0400 |
tree | 6babbbfbcb3fea8deef55d2d03088218e1fe591b | |
parent | fd912087f4a897cfdf8274f8085c501742638be2 [diff] |
switch mount_capable() to fs_context now both callers of mount_capable() have access to fs_context; the only difference is that for sget_fc() we have the possibility of fc->global being true, while for legacy_get_tree() it's guaranteed to be impossible. Unify to more generic variant... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>