summaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
diff options
context:
space:
mode:
authorCheng Renquan <crquan@gmail.com>2009-01-14 17:01:33 +0800
committerAl Viro <viro@zeniv.linux.org.uk>2009-03-27 14:43:58 -0400
commit10f303ae1e5e77a9f7cb053e6329906afb132c67 (patch)
tree720e7d57a46da824f217ab0dc5b2682814aadfa4 /fs/pipe.c
parent723be1f30046a46471b00106ebef9d8c832f12e9 (diff)
downloadop-kernel-dev-10f303ae1e5e77a9f7cb053e6329906afb132c67.zip
op-kernel-dev-10f303ae1e5e77a9f7cb053e6329906afb132c67.tar.gz
do_pipe cleanup: drop its last user in arch/alpha/
The last user of do_pipe is in arch/alpha/, after replacing it with do_pipe_flags, the do_pipe can be totally dropped. Signed-off-by: Cheng Renquan <crquan@gmail.com> Acked-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pipe.c')
-rw-r--r--fs/pipe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/pipe.c b/fs/pipe.c
index 14f502b..df37195 100644
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -1034,11 +1034,6 @@ int do_pipe_flags(int *fd, int flags)
return error;
}
-int do_pipe(int *fd)
-{
- return do_pipe_flags(fd, 0);
-}
-
/*
* sys_pipe() is the normal C calling standard for creating
* a pipe. It's not the way Unix traditionally does this, though.
OpenPOWER on IntegriCloud