aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/block_dev.c')
-rw-r--r--fs/block_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/block_dev.c b/fs/block_dev.c
index 7eeb0635338b..37967bcea05c 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -1648,7 +1648,7 @@ ssize_t blkdev_aio_write(struct kiocb *iocb, const struct iovec *iov,
1648} 1648}
1649EXPORT_SYMBOL_GPL(blkdev_aio_write); 1649EXPORT_SYMBOL_GPL(blkdev_aio_write);
1650 1650
1651int blkdev_mmap(struct file *file, struct vm_area_struct *vma) 1651static int blkdev_mmap(struct file *file, struct vm_area_struct *vma)
1652{ 1652{
1653 int ret; 1653 int ret;
1654 struct block_device *bdev = I_BDEV(file->f_mapping->host); 1654 struct block_device *bdev = I_BDEV(file->f_mapping->host);