diff options
| author | Artem Bityutskiy <[email protected]> | 2008-11-19 09:53:15 +0000 |
|---|---|---|
| committer | Artem Bityutskiy <[email protected]> | 2008-11-21 16:59:33 +0000 |
| commit | 3477d204658733aa3a87d3ae03b0327c1e599517 (patch) | |
| tree | 1c9ba659f76c09a19b98f4bcbfac6fc67db43112 /security/selinux/hooks.c | |
| parent | UBIFS: do not allocate too much (diff) | |
| download | kernel-3477d204658733aa3a87d3ae03b0327c1e599517.tar.gz kernel-3477d204658733aa3a87d3ae03b0327c1e599517.zip | |
UBIFS: pre-allocate bulk-read buffer
To avoid memory allocation failure during bulk-read, pre-allocate
a bulk-read buffer, so that if there is only one bulk-reader at
a time, it would just use the pre-allocated buffer and would not
do any memory allocation. However, if there are more than 1 bulk-
reader, then only one reader would use the pre-allocated buffer,
while the other reader would allocate the buffer for itself.
Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions
