Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84756
b: refs/heads/master
c: 3287629
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Feb 8, 2008
1 parent a563d55 commit cb7afa9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: c2fdda0dfbe85ad5d68d4799ff7c5af89db8ac19
refs/heads/master: 3287629eff75c7323e875b942be82f7ac6ca18da
1 change: 0 additions & 1 deletion trunk/fs/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,6 @@ asmlinkage long sys_open(const char __user *filename, int flags, int mode)
prevent_tail_call(ret);
return ret;
}
EXPORT_UNUSED_SYMBOL_GPL(sys_open); /* To be deleted for 2.6.25 */

asmlinkage long sys_openat(int dfd, const char __user *filename, int flags,
int mode)
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/read_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ asmlinkage ssize_t sys_read(unsigned int fd, char __user * buf, size_t count)

return ret;
}
EXPORT_UNUSED_SYMBOL_GPL(sys_read); /* to be deleted for 2.6.25 */

asmlinkage ssize_t sys_write(unsigned int fd, const char __user * buf, size_t count)
{
Expand Down

0 comments on commit cb7afa9

Please sign in to comment.