[PATCH] struct path: convert ieee1394

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>
This commit is contained in:
Josef Sipek 2006-12-08 02:37:10 -08:00 committed by Linus Torvalds
parent b66ffad904
commit 4db61081fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;