From: Matthew Wilcox Date: Wed, 4 Jun 2014 23:07:43 +0000 (-0700) Subject: fs/buffer.c: remove block_write_full_page_endio() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b938c0827478df268d2336469ec48d400a2eb3e;p=pandora-kernel.git fs/buffer.c: remove block_write_full_page_endio() The last in-tree caller of block_write_full_page_endio() was removed in January 2013. It's time to remove the EXPORT_SYMBOL, which leaves block_write_full_page() as the only caller of block_write_full_page_endio(), so inline block_write_full_page_endio() into block_write_full_page(). Signed-off-by: Matthew Wilcox Cc: Hugh Dickins Cc: Dave Chinner Cc: Dheeraj Reddy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed