summaryrefslogtreecommitdiff
path: root/fs/read_write.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-05-04 15:00:54 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-05-04 15:00:54 -0400
commitc0bd14af51a470895448f88edd1315c4fa0b0d27 (patch)
treeb13af29d9c556f90e373bc3a7c266469d043694d /fs/read_write.h
parent5ae98f1589e076e4b314fc54ae2beac58842ddc2 (diff)
kill fs/read_write.h
fs/compat.c doesn't need it anymore, so let's just move the remaining contents (two typedefs) into fs/read_write.c Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/read_write.h')
-rw-r--r--fs/read_write.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/read_write.h b/fs/read_write.h
deleted file mode 100644
index 0ec530d9305b..000000000000
--- a/fs/read_write.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * This file is only for sharing some helpers from read_write.c with compat.c.
- * Don't use anywhere else.
- */
-
-
-typedef ssize_t (*io_fn_t)(struct file *, char __user *, size_t, loff_t *);
-typedef ssize_t (*iov_fn_t)(struct kiocb *, const struct iovec *,
- unsigned long, loff_t);