Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43591
b: refs/heads/master
c: 1750604
h: refs/heads/master
i:
  43589: d1b2b8d
  43587: fdce5d8
  43583: 0075d49
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 2bd6f11 commit 2637559
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: e9536ae7205d255bc94616b72910fc6e16c861fe
refs/heads/master: 17506041de973bdc718b9a255d822e571b12b421
2 changes: 1 addition & 1 deletion trunk/drivers/block/nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ static int nbd_ioctl(struct inode *inode, struct file *file,
error = -EINVAL;
file = fget(arg);
if (file) {
inode = file->f_dentry->d_inode;
inode = file->f_path.dentry->d_inode;
if (S_ISSOCK(inode->i_mode)) {
lo->file = file;
lo->sock = SOCKET_I(inode);
Expand Down

0 comments on commit 2637559

Please sign in to comment.