[PATCH] struct path: convert mips
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
dcf258ae68
commit
1b04fe9a8e
@@ -1179,7 +1179,7 @@ static ssize_t vpe_write(struct file *file, const char __user * buffer,
|
||||
size_t ret = count;
|
||||
struct vpe *v;
|
||||
|
||||
minor = iminor(file->f_dentry->d_inode);
|
||||
minor = iminor(file->f_path.dentry->d_inode);
|
||||
if ((v = get_vpe(minor)) == NULL)
|
||||
return -ENODEV;
|
||||
|
||||
|
Reference in New Issue
Block a user