projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764b23b
)
fs: remove an unused block_device_operations forward declaration
author
Christoph Hellwig
<hch@lst.de>
Sat, 20 Jun 2020 07:16:37 +0000
(09:16 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 24 Jun 2020 15:16:02 +0000
(09:16 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index b1c960e9b84e3aac72e6dc6c7b0dd97b452ca487..0d282c853691a393214b503b37d4d9fdc567083b 100644
(file)
--- 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. */