From a11e00acfc2418f632f5549711c7bd142753a0f5 Mon Sep 17 00:00:00 2001 From: Josef Sipek Date: Fri, 8 Dec 2006 02:37:28 -0800 Subject: [PATCH] --- yaml --- r: 43599 b: refs/heads/master c: 0c5a5566892de5b240c89b9f72eb1c2e861206a0 h: refs/heads/master i: 43597: 94cead62690f023f62eed6488e306d4d6ee614d1 43595: 1f1fa034a8bed842b474d9ebbc5210c941966a27 43591: 26375595f9b4d5155aad43f9eeeeb2bf562a7648 43583: 0075d49d7a7933a14b296914a6f94373ea4615c8 v: v3 --- [refs] | 2 +- trunk/arch/parisc/hpux/sys_hpux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ac525f0327f4..89a0087ec7f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1fb1430b14db30b8f113ddb4db389d316386f20b +refs/heads/master: 0c5a5566892de5b240c89b9f72eb1c2e861206a0 diff --git a/trunk/arch/parisc/hpux/sys_hpux.c b/trunk/arch/parisc/hpux/sys_hpux.c index 2e2dc4f2c853..d88309209f56 100644 --- a/trunk/arch/parisc/hpux/sys_hpux.c +++ b/trunk/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);