diff options
Diffstat (limited to 'drivers/block/aoe/aoeblk.c')
-rw-r--r-- | drivers/block/aoe/aoeblk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index d876ad861237..d4d9796d5ddd 100644 --- a/drivers/block/aoe/aoeblk.c +++ b/drivers/block/aoe/aoeblk.c | |||
@@ -239,8 +239,8 @@ aoeblk_getgeo(struct block_device *bdev, struct hd_geometry *geo) | |||
239 | } | 239 | } |
240 | 240 | ||
241 | static struct block_device_operations aoe_bdops = { | 241 | static struct block_device_operations aoe_bdops = { |
242 | .open = aoeblk_open, | 242 | .__open = aoeblk_open, |
243 | .release = aoeblk_release, | 243 | .__release = aoeblk_release, |
244 | .getgeo = aoeblk_getgeo, | 244 | .getgeo = aoeblk_getgeo, |
245 | .owner = THIS_MODULE, | 245 | .owner = THIS_MODULE, |
246 | }; | 246 | }; |