squashfs: don't include buffer_head.h
authorChristoph Hellwig <hch@lst.de>
Wed, 17 May 2023 07:16:22 +0000 (09:16 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 10 Jun 2023 00:44:14 +0000 (17:44 -0700)
Squashfs has stopped using buffers heads in 93e72b3c612adcaca1
("squashfs: migrate from ll_rw_block usage to BIO").

Link: https://lkml.kernel.org/r/20230517071622.245151-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: Phillip Lougher <phillip@squashfs.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/squashfs/block.c
fs/squashfs/decompressor.c
fs/squashfs/decompressor_multi_percpu.c

index bed3bb8b27fa3d81d278df0a4e6185c54752358a..cb4e48baa4ba5b7701464168a87152e03fa9dbcb 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/vfs.h>
 #include <linux/slab.h>
 #include <linux/string.h>
-#include <linux/buffer_head.h>
 #include <linux/bio.h>
 
 #include "squashfs_fs.h"
index 8893cb9b4198336e7686cc59bbe9f8fc9d74558a..a676084be27e4348806ee456a79dcb15b172bd33 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/types.h>
 #include <linux/mutex.h>
 #include <linux/slab.h>
-#include <linux/buffer_head.h>
 
 #include "squashfs_fs.h"
 #include "squashfs_fs_sb.h"
index 1dfadf76ed9ae8e0c2c19699804207990f1a96c9..8a218e7c2390f254217fa63b3e95c613224505f3 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/percpu.h>
-#include <linux/buffer_head.h>
 #include <linux/local_lock.h>
 
 #include "squashfs_fs.h"