diff options
author | Coleman Kane <[email protected]> | 2020-08-09 12:03:03 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-08-11 13:35:10 -0700 |
commit | 1823c8fe6a4a20971463e9b51615dad412aea9a9 (patch) | |
tree | 68b4c98f41b1f3805b9535a3984d43d9b7f35c89 /AUTHORS | |
parent | 9777044f1c68f5a671834ce28cba5a086a06462a (diff) |
Linux 5.9 compat: add linux/blkdev.h include
Many of the block device operations (often functions with bdev in
the name) were moved into linux/blkdev.h from linux/fs.h. Seems
that this header is already included where needed in the code, but
in the autoconf tests it was missing causing false negatives. This
commit has those tests include linux/fs.h (old location) and now
also linux/blkdev.h (new locations).
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Coleman Kane <[email protected]>
Closes #10696
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ CONTRIBUTORS: Christopher Voltz <[email protected]> Chunwei Chen <[email protected]> Clemens Fruhwirth <[email protected]> + Coleman Kane <[email protected]> Colin Ian King <[email protected]> Craig Loomis <[email protected]> Craig Sanders <[email protected]> |