mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
xen-blkfront.c: make blkif_ioctl() static
This patch makes the needlessly global blkif_ioctl() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
1ac0ae062c
commit
62aa0054da
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int blkif_ioctl(struct inode *inode, struct file *filep,
|
static int blkif_ioctl(struct inode *inode, struct file *filep,
|
||||||
unsigned command, unsigned long argument)
|
unsigned command, unsigned long argument)
|
||||||
{
|
{
|
||||||
struct blkfront_info *info =
|
struct blkfront_info *info =
|
||||||
inode->i_bdev->bd_disk->private_data;
|
inode->i_bdev->bd_disk->private_data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue