From: Al Viro Date: Fri, 3 Apr 2015 19:41:18 +0000 (-0400) Subject: make new_sync_{read,write}() static X-Git-Tag: omap-for-v4.1/fixes-rc1~136^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5d568975307877e9195f5305f4240e506a2807;p=pandora-kernel.git make new_sync_{read,write}() static All places outside of core VFS that checked ->read and ->write for being NULL or called the methods directly are gone now, so NULL {read,write} with non-NULL {read,write}_iter will do the right thing in all cases. Signed-off-by: Al Viro --- Reading git-diff-tree failed