aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorColeman Kane <[email protected]>2020-08-09 12:03:03 -0400
committerBrian Behlendorf <[email protected]>2020-08-11 13:35:10 -0700
commit1823c8fe6a4a20971463e9b51615dad412aea9a9 (patch)
tree68b4c98f41b1f3805b9535a3984d43d9b7f35c89 /AUTHORS
parent9777044f1c68f5a671834ce28cba5a086a06462a (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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8314a1c21..5b183bdee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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]>