projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fs/Kconfig: move sysv out
[linux-2.6]
/
fs
/
dcache.c
diff --git
a/fs/dcache.c
b/fs/dcache.c
index
4547f66
..
937df0f
100644
(file)
--- a/
fs/dcache.c
+++ b/
fs/dcache.c
@@
-2092,7
+2092,7
@@
Elong:
* return NULL;
* }
*/
-
asmlinkage long sys_getcwd(char __user *buf, unsigned long
size)
+
SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long,
size)
{
int error;
struct path pwd, root;