Skip to content

Commit

Permalink
fs: remove an unused block_device_operations forward declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Jun 24, 2020
1 parent 764b23b commit 7dbac5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 7dbac5b

Please sign in to comment.