mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
[PATCH] struct path: convert parisc
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:
parent
1fb1430b14
commit
0c5a556689
@ -237,7 +237,7 @@ asmlinkage long hpux_fstatfs(unsigned int fd, struct hpux_statfs __user * buf)
|
|||||||
file = fget(fd);
|
file = fget(fd);
|
||||||
if (!file)
|
if (!file)
|
||||||
goto out;
|
goto out;
|
||||||
error = vfs_statfs_hpux(file->f_dentry, &tmp);
|
error = vfs_statfs_hpux(file->f_path.dentry, &tmp);
|
||||||
if (!error && copy_to_user(buf, &tmp, sizeof(tmp)))
|
if (!error && copy_to_user(buf, &tmp, sizeof(tmp)))
|
||||||
error = -EFAULT;
|
error = -EFAULT;
|
||||||
fput(file);
|
fput(file);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user