Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43575
b: refs/heads/master
c: 4db6108
h: refs/heads/master
i:
  43573: 3c6d92c
  43571: 4a11ca2
  43567: 579943d
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent c0ec29c commit 1b86217
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: b66ffad90429a2ed84c6e8954d205539f6cc86a9
refs/heads/master: 4db61081fac72623eb638f918819046361ff1508
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/ieee1394_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void hpsb_packet_received(struct hpsb_host *host, quadlet_t *data, size_t size,
/* return the index (within a minor number block) of a file */
static inline unsigned char ieee1394_file_to_instance(struct file *file)
{
return file->f_dentry->d_inode->i_cindex;
return file->f_path.dentry->d_inode->i_cindex;
}

extern int hpsb_disable_irm;
Expand Down

0 comments on commit 1b86217

Please sign in to comment.