Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73723
b: refs/heads/master
c: cb51f97
h: refs/heads/master
i:
  73721: 39e18cf
  73719: 34569bb
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Nov 15, 2007
1 parent 92484a1 commit 83dbd4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: 22800a2830ec07e7cc5c837999890ac47cc7f5de
refs/heads/master: cb51f973bce7aef46452b0c6faea8f791885f5b8
2 changes: 1 addition & 1 deletion trunk/fs/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ asmlinkage long sys_open(const char __user *filename, int flags, int mode)
prevent_tail_call(ret);
return ret;
}
EXPORT_SYMBOL_GPL(sys_open);
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
2 changes: 1 addition & 1 deletion trunk/fs/read_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ asmlinkage ssize_t sys_read(unsigned int fd, char __user * buf, size_t count)

return ret;
}
EXPORT_SYMBOL_GPL(sys_read);
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 83dbd4e

Please sign in to comment.