Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210031
b: refs/heads/master
c: 62b88dc
h: refs/heads/master
i:
  210029: dd45f27
  210027: 9611a4d
  210023: c6a2c75
  210015: 6e08dc6
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 28, 2010
1 parent a3dd45c commit ad8f428
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: bad849b3dc0fae1297c8d47f846f8d202a6145ed
refs/heads/master: 62b88dc1912c7d105f768e0e64756f8bd83936db
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/osf_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ SYSCALL_DEFINE3(osf_statfs, const char __user *, pathname,

retval = user_path(pathname, &path);
if (!retval) {
retval = do_osf_statfs(&path buffer, bufsiz);
retval = do_osf_statfs(&path, buffer, bufsiz);
path_put(&path);
}
return retval;
Expand Down

0 comments on commit ad8f428

Please sign in to comment.