Skip to content

Commit

Permalink
[PATCH] fs/open.c: unexport sys_openat
Browse files Browse the repository at this point in the history
Remove the unused EXPORT_SYMBOL_GPL(sys_openat).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 15, 2006
1 parent 0cccca0 commit 6aff5cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ asmlinkage long sys_openat(int dfd, const char __user *filename, int flags,
prevent_tail_call(ret);
return ret;
}
EXPORT_SYMBOL_GPL(sys_openat);

#ifndef __alpha__

Expand Down

0 comments on commit 6aff5cb

Please sign in to comment.