Skip to content

Commit

Permalink
[PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 10, 2006
1 parent b0d85c5 commit 69c3a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/read_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69c3a5b

Please sign in to comment.