Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38766
b: refs/heads/master
c: ae4a382
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Jul 26, 2006
1 parent 4105282 commit e6e4be4
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: 20abf975f75d6fb45d8c055d30cdcb112ca8b608
refs/heads/master: ae4a382004fc6cf229c51deaf69910410d313e0b
2 changes: 1 addition & 1 deletion trunk/fs/dlm/debug_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static struct file_operations rsb_fops = {

static int waiters_open(struct inode *inode, struct file *file)
{
file->private_data = inode->i_private;
file->private_data = inode->u.generic_ip;
return 0;
}

Expand Down

0 comments on commit e6e4be4

Please sign in to comment.