diff mbox series

[03/10] fs: remove an unused block_device_operations forward declaration

Message ID 20200620071644.463185-4-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [01/10] tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK | expand

Commit Message

Christoph Hellwig June 20, 2020, 7:16 a.m. UTC
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 include/linux/fs.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Bart Van Assche June 21, 2020, 2:55 a.m. UTC | #1
On 2020-06-20 00:16, Christoph Hellwig wrote:
> [ ... ]

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Johannes Thumshirn June 22, 2020, 9:12 a.m. UTC | #2
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
diff mbox series

Patch

diff --git a/include/linux/fs.h b/include/linux/fs.h
index b1c960e9b84e3a..0d282c853691a3 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1774,8 +1774,6 @@  struct dir_context {
 	loff_t pos;
 };
 
-struct block_device_operations;
-
 /* These macros are for out of kernel modules to test that
  * the kernel supports the unlocked_ioctl and compat_ioctl
  * fields in struct file_operations. */