projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d85c5
)
[PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOL
author
Adrian Bunk
<bunk@stusta.de>
Mon, 10 Jul 2006 11:44:23 +0000
(
04:44
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:18 +0000
(13:24 -0700)
This patch marks an unused export as EXPORT_UNUSED_SYMBOL.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/read_write.c
patch
|
blob
|
history
diff --git
a/fs/read_write.c
b/fs/read_write.c
index 5bc0e9234f9d7c5dd21b1e244127fece7bfa905c..d4cb3183c99cb9c89ccb5b1bc2f98c4e976087d8 100644
(file)
--- a/
fs/read_write.c
+++ b/
fs/read_write.c
@@
-436,7
+436,7
@@
unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to)
return seg;
}
-EXPORT_
SYMBOL(iov_shorten);
+EXPORT_
UNUSED_SYMBOL(iov_shorten); /* June 2006 */
/* A write operation does a read from user space and vice versa */
#define vrfy_dir(type) ((type) == READ ? VERIFY_WRITE : VERIFY_READ)