Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40396
b: refs/heads/master
c: 6a2aae0
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelianov authored and Linus Torvalds committed Oct 28, 2006
1 parent 2e4f556 commit e1be362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2d0aa5bf8d4f7ae4cb1a7feebf5b1afddd0b9b0
refs/heads/master: 6a2aae06cc1e87e9712a26a639f6a2f3442e2027
2 changes: 2 additions & 0 deletions trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,8 @@ static int blkdev_open(struct inode * inode, struct file * filp)
filp->f_flags |= O_LARGEFILE;

bdev = bd_acquire(inode);
if (bdev == NULL)
return -ENOMEM;

res = do_open(bdev, filp, BD_MUTEX_NORMAL);
if (res)
Expand Down

0 comments on commit e1be362

Please sign in to comment.