diff options
author | Coleman Kane <[email protected]> | 2020-08-09 12:03:03 -0400 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2020-09-15 21:16:58 +0000 |
commit | 70719549f076d8b73e96470746bbe320b59a1ae3 (patch) | |
tree | 69638d52ec0b01325a70dc9d9fd225a2a4c8c2d4 /AUTHORS | |
parent | 2d2ce04b9931927ffd045f9ebba3d39d4d31f7db (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
(cherry picked from commit 1823c8fe6a4a20971463e9b51615dad412aea9a9)
Signed-off-by: Eli Schwartz <[email protected]>
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]> |