Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7387
b: refs/heads/master
c: 6c9c0b5
h: refs/heads/master
i:
  7385: d1ef260
  7383: 32fb39c
v: v3
  • Loading branch information
Peter Staubach authored and Linus Torvalds committed Sep 7, 2005
1 parent 115e6e6 commit 722803f
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: 439c430e3d448b16112de3f3d92bef6ee2639d89
refs/heads/master: 6c9c0b52b8c6b68b05bb06efd7079a8fc5e9ba60
2 changes: 1 addition & 1 deletion trunk/kernel/acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ asmlinkage long sys_acct(const char __user *name)
return (PTR_ERR(tmp));
}
/* Difference from BSD - they don't do O_APPEND */
file = filp_open(tmp, O_WRONLY|O_APPEND, 0);
file = filp_open(tmp, O_WRONLY|O_APPEND|O_LARGEFILE, 0);
putname(tmp);
if (IS_ERR(file)) {
return (PTR_ERR(file));
Expand Down

0 comments on commit 722803f

Please sign in to comment.