diff options
author | 2024-05-02 23:26:28 +0200 | |
---|---|---|
committer | 2024-05-07 21:31:10 +0200 | |
commit | 58a774ca168dfb2a3513be90d56a6a04eeae53ad (patch) | |
tree | 3d98da9a98332b84a8182f8b83d10576909cb112 | |
parent | btrfs: add a cached state to extent_clear_unlock_delalloc (diff) | |
download | wireguard-linux-58a774ca168dfb2a3513be90d56a6a04eeae53ad.tar.xz wireguard-linux-58a774ca168dfb2a3513be90d56a6a04eeae53ad.zip |
btrfs: remove duplicate included header from fs.h
Remove duplicate included header file linux/blkdev.h .
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r-- | fs/btrfs/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h index 9711c9c0e78f..89f0650631cd 100644 --- a/fs/btrfs/fs.h +++ b/fs/btrfs/fs.h @@ -9,7 +9,6 @@ #include <linux/compiler.h> #include <linux/math.h> #include <linux/atomic.h> -#include <linux/blkdev.h> #include <linux/percpu_counter.h> #include <linux/completion.h> #include <linux/lockdep.h> |