make new_sync_{read,write}() static
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Apr 2015 19:41:18 +0000 (15:41 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:29:40 +0000 (22:29 -0400)
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 <viro@zeniv.linux.org.uk>

No differences found