git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c57782c
)
VFS: refactor vfs_read()
author
Dmitry Kasatkin
<d.kasatkin@samsung.com>
Wed, 5 Nov 2014 15:01:17 +0000
(17:01 +0200)
committer
Mimi Zohar
<zohar@linux.vnet.ibm.com>
Tue, 18 Nov 2014 04:14:22 +0000
(23:14 -0500)
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>
No differences found