[PATCH] end of methods switch: remove the old ones
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
40cc51be69
commit
90b8f2824c
4 changed files with 0 additions and 59 deletions
|
@ -1057,15 +1057,7 @@ static inline int blk_integrity_rq(struct request *rq)
|
|||
|
||||
#endif /* CONFIG_BLK_DEV_INTEGRITY */
|
||||
|
||||
struct file;
|
||||
struct inode;
|
||||
|
||||
struct block_device_operations {
|
||||
int (*__open) (struct inode *, struct file *);
|
||||
int (*__release) (struct inode *, struct file *);
|
||||
int (*__ioctl) (struct inode *, struct file *, unsigned, unsigned long);
|
||||
long (*__unlocked_ioctl) (struct file *, unsigned, unsigned long);
|
||||
long (*__compat_ioctl) (struct file *, unsigned, unsigned long);
|
||||
int (*open) (struct block_device *, fmode_t);
|
||||
int (*release) (struct gendisk *, fmode_t);
|
||||
int (*locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue