diff options
author | Christoph Hellwig <hch@lst.de> | 2020-06-20 09:16:41 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-06-24 09:16:02 -0600 |
commit | 3f1266f1f82d7b8c72472a8921e80aa3e611fb62 (patch) | |
tree | 93e2039e02c3a6e90a4617b590a9ae62ba6205c3 /security | |
parent | dd0dca223e091bbacdd3c7ce9cf06b373da59816 (diff) | |
download | linux-stable-3f1266f1f82d7b8c72472a8921e80aa3e611fb62.tar.gz linux-stable-3f1266f1f82d7b8c72472a8921e80aa3e611fb62.tar.bz2 linux-stable-3f1266f1f82d7b8c72472a8921e80aa3e611fb62.zip |
block: move block-related definitions out of fs.h
Move most of the block related definition out of fs.h into more suitable
headers.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'security')
-rw-r--r-- | security/loadpin/loadpin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/loadpin/loadpin.c b/security/loadpin/loadpin.c index ee5cb944f4ad..670a1aebb8a1 100644 --- a/security/loadpin/loadpin.c +++ b/security/loadpin/loadpin.c @@ -13,6 +13,7 @@ #include <linux/fs.h> #include <linux/lsm_hooks.h> #include <linux/mount.h> +#include <linux/blkdev.h> #include <linux/path.h> #include <linux/sched.h> /* current */ #include <linux/string_helpers.h> |