projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66ffad
)
[PATCH] struct path: convert ieee1394
author
Josef Sipek
<jsipek@fsl.cs.sunysb.edu>
Fri, 8 Dec 2006 10:37:10 +0000
(
02:37
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:46 +0000
(08:28 -0800)
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/ieee1394/ieee1394_core.h
patch
|
blob
|
history
diff --git
a/drivers/ieee1394/ieee1394_core.h
b/drivers/ieee1394/ieee1394_core.h
index af4a78a8ef3b124f61e9a9b667cc8b9f5383ee7f..536ba3f580fd49995fc812353167d8cc65307570 100644
(file)
--- a/
drivers/ieee1394/ieee1394_core.h
+++ b/
drivers/ieee1394/ieee1394_core.h
@@
-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;