VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Josef Sipek <jsipek@fsl.cs.sunysb.edu> 2006-12-08 02:37:04 -0800 committer: Linus Torvalds <torvalds@woody.osdl.org> 2006-12-08 08:28:45 -0800 commit: c528896004793065b5ffd710e1cd844603ad8518 parent: 81454098f7c54118d290cd503bda2a41e3ac43fb
Commit Summary:
[PATCH] struct path: convert hfs
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c
index 02f5573e0349..5cb7f8fee8d6 100644
--- a/fs/hfs/inode.c
+++ b/fs/hfs/inode.c
@@ -102,7 +102,7 @@ static ssize_t hfs_direct_IO(int rw, struct kiocb *iocb,
 		const struct iovec *iov, loff_t offset, unsigned long nr_segs)
 {
 	struct file *file = iocb->ki_filp;
-	struct inode *inode = file->f_dentry->d_inode->i_mapping->host;
+	struct inode *inode = file->f_path.dentry->d_inode->i_mapping->host;
 
 	return blockdev_direct_IO(rw, iocb, inode, inode->i_sb->s_bdev, iov,
 				  offset, nr_segs, hfs_get_block, NULL);