Pārlūkot izejas kodu

[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>
Josef Sipek 18 gadi atpakaļ
vecāks
revīzija
0c5a556689
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/parisc/hpux/sys_hpux.c

+ 1 - 1
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);