commit | b0966e7b894035dba6710aa4e9f18d7a3a3d5b22 | [log] [tgz] |
---|---|---|
author | Adam Manzanares <adam.manzanares@wdc.com> | Mon Jun 04 10:59:56 2018 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 04 14:20:39 2018 -0400 |
tree | c1c6f9f8987796e73d49ad144283f2ffd53a83a4 | |
parent | 087e566916ce2cde4f20a148607c9c3591f46f67 [diff] |
fs: aio ioprio add explicit block layer dependence Previously, the ioprio_check_cap function was only defined when CONFIG_BLOCK was set. Make this relationship explicit and add a stub for !CONFIG_BLOCK. Signed-off-by: Adam Manzanares <adam.manzanares@wdc.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>