[PATCH] struct path: convert hpfs
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:
committed by
Linus Torvalds
parent
680b0da9b1
commit
575800b3cc
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user