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:06 -0800 committer: Linus Torvalds <torvalds@woody.osdl.org> 2006-12-08 08:28:45 -0800 commit: 575800b3ccd51246f6bac3a07e253f72a61d74b9 parent: 680b0da9b10d97ddf3c325bf03ae8425ebf4fdec
Commit Summary:
[PATCH] struct path: convert hpfs
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hpfs/file.c b/fs/hpfs/file.c
index 8b94d24855f0..fb4c8915010a 100644
--- a/fs/hpfs/file.c
+++ b/fs/hpfs/file.c
@@ -115,7 +115,7 @@ static ssize_t hpfs_file_write(struct file *file, const char __user *buf,
 
 	retval = do_sync_write(file, buf, count, ppos);
 	if (retval > 0)
-		hpfs_i(file->f_dentry->d_inode)->i_dirty = 1;
+		hpfs_i(file->f_path.dentry->d_inode)->i_dirty = 1;
 	return retval;
 }