From: Anna Schumaker Date: Fri, 7 Nov 2014 19:44:25 +0000 (-0500) Subject: VFS: Rename do_fallocate() to vfs_fallocate() X-Git-Tag: omap-for-v3.19/fixes-rc1~62^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c72bdf7bf53353d2d8e055194d27f0128be92b;p=pandora-kernel.git VFS: Rename do_fallocate() to vfs_fallocate() This function needs to be exported so it can be used by the NFSD module when responding to the new ALLOCATE and DEALLOCATE operations in NFS v4.2. Christoph Hellwig suggested renaming the function to stay consistent with how other vfs functions are named. Signed-off-by: Anna Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed