From: Dmitry Kasatkin Date: Wed, 5 Nov 2014 15:01:17 +0000 (+0200) Subject: VFS: refactor vfs_read() X-Git-Tag: omap-for-v3.19/fixes-rc1~83^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb5032ebb1c5b852461d64ee33829081de8ca61;p=pandora-kernel.git VFS: refactor vfs_read() integrity_kernel_read() duplicates the file read operations code in vfs_read(). This patch refactors vfs_read() code creating a helper function __vfs_read(). It is used by both vfs_read() and integrity_kernel_read(). Signed-off-by: Dmitry Kasatkin Signed-off-by: Mimi Zohar --- Reading git-diff-tree failed