projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb1430
)
[PATCH] struct path: convert parisc
author
Josef Sipek
<jsipek@fsl.cs.sunysb.edu>
Fri, 8 Dec 2006 10:37:28 +0000
(
02:37
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:48 +0000
(08:28 -0800)
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>
arch/parisc/hpux/sys_hpux.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/hpux/sys_hpux.c
b/arch/parisc/hpux/sys_hpux.c
index 2e2dc4f2c853edee44818110eee1d44e5d85d1b9..d88309209f568815de1aa3bba81f2744fba2c4ac 100644
(file)
--- a/
arch/parisc/hpux/sys_hpux.c
+++ b/
arch/parisc/hpux/sys_hpux.c
@@
-237,7
+237,7
@@
asmlinkage long hpux_fstatfs(unsigned int fd, struct hpux_statfs __user * buf)
file = fget(fd);
if (!file)
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)))
error = -EFAULT;
fput(file);