Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43599
b: refs/heads/master
c: 0c5a556
h: refs/heads/master
i:
  43597: 94cead6
  43595: 1f1fa03
  43591: 2637559
  43583: 0075d49
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 79cc3c3 commit a11e00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fb1430b14db30b8f113ddb4db389d316386f20b
refs/heads/master: 0c5a5566892de5b240c89b9f72eb1c2e861206a0
2 changes: 1 addition & 1 deletion trunk/arch/parisc/hpux/sys_hpux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a11e00a

Please sign in to comment.