Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333258
b: refs/heads/master
c: 3eab731
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Jens Axboe committed Sep 26, 2012
1 parent 3970163 commit eb5d282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62ac665ff9fc07497ca524bd20d6a96893d11071
refs/heads/master: 3eab7315c8dd6685f58acba00319dd8b80a21d7a
2 changes: 1 addition & 1 deletion trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ ssize_t blkdev_aio_write(struct kiocb *iocb, const struct iovec *iov,
}
EXPORT_SYMBOL_GPL(blkdev_aio_write);

int blkdev_mmap(struct file *file, struct vm_area_struct *vma)
static int blkdev_mmap(struct file *file, struct vm_area_struct *vma)
{
int ret;
struct block_device *bdev = I_BDEV(file->f_mapping->host);
Expand Down

0 comments on commit eb5d282

Please sign in to comment.