aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aufs/sysfs.c
AgeCommit message (Collapse)Author
2019-03-05aufs4: fix access_ok callsBruce Ashfield
Commit 96d4f267e [Remove 'type' argument from access_ok() function] changed the access_ok calls to no longer need a type parameters. We adjust the aufs calls to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-03-05aufs4: core supportBruce Ashfield
upstream: https://github.com/sfjro/aufs4-standalone.git Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>