commit | 6fb5032ebb1c5b852461d64ee33829081de8ca61 | [log] [tgz] |
---|---|---|
author | Dmitry Kasatkin <d.kasatkin@samsung.com> | Wed Nov 05 17:01:17 2014 +0200 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Mon Nov 17 23:14:22 2014 -0500 |
tree | 1645235b1ff4461a8f67ed8fec24e0c15c64c614 | |
parent | c57782c13ecd7e7aca66cbf0139ad2a72317dc81 [diff] |
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 <d.kasatkin@samsung.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>