diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2008-03-02 10:43:36 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-10-21 07:48:52 -0400 |
| commit | 90b8f2824ce68dd87d304641a1d5a048dfff39f5 (patch) | |
| tree | b55ddcb619aac1e16d845dd6796c51721dd6ee56 /include/linux/blkdev.h | |
| parent | 40cc51be699e37b78102ce7b2196ec9c32fe1908 (diff) | |
[PATCH] end of methods switch: remove the old ones
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index b573186ff1a..a135256b272 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -1057,15 +1057,7 @@ static inline int blk_integrity_rq(struct request *rq) | |||
| 1057 | 1057 | ||
| 1058 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ | 1058 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ |
| 1059 | 1059 | ||
| 1060 | struct file; | ||
| 1061 | struct inode; | ||
| 1062 | |||
| 1063 | struct block_device_operations { | 1060 | struct block_device_operations { |
| 1064 | int (*__open) (struct inode *, struct file *); | ||
| 1065 | int (*__release) (struct inode *, struct file *); | ||
| 1066 | int (*__ioctl) (struct inode *, struct file *, unsigned, unsigned long); | ||
| 1067 | long (*__unlocked_ioctl) (struct file *, unsigned, unsigned long); | ||
| 1068 | long (*__compat_ioctl) (struct file *, unsigned, unsigned long); | ||
| 1069 | int (*open) (struct block_device *, fmode_t); | 1061 | int (*open) (struct block_device *, fmode_t); |
| 1070 | int (*release) (struct gendisk *, fmode_t); | 1062 | int (*release) (struct gendisk *, fmode_t); |
| 1071 | int (*locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); | 1063 | int (*locked_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); |
