Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mqueue: remove unneeded info->messages initialization
... and abort earlier if we couldn't allocate the message pointers array, avoiding the u->mq_bytes accounting logic. It reduces code size: text data bss dec hex filename 9949 72 16 10037 2735 ipc/mqueue-BEFORE.o 9941 72 16 10029 272d ipc/mqueue-AFTER.o Signed-off-by: André Goddard Rosa <[email protected]> Signed-off-by: Al Viro <[email protected]>
- Loading branch information