From 70719549f076d8b73e96470746bbe320b59a1ae3 Mon Sep 17 00:00:00 2001 From: Coleman Kane Date: Sun, 9 Aug 2020 12:03:03 -0400 Subject: 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 Signed-off-by: Coleman Kane Closes #10696 (cherry picked from commit 1823c8fe6a4a20971463e9b51615dad412aea9a9) Signed-off-by: Eli Schwartz --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 8314a1c21..5b183bdee 100644 --- a/AUTHORS +++ b/AUTHORS @@ -83,6 +83,7 @@ CONTRIBUTORS: Christopher Voltz Chunwei Chen Clemens Fruhwirth + Coleman Kane Colin Ian King Craig Loomis Craig Sanders -- cgit v1.2.3