X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=ipc%2Fmsg.c;h=a0d05775af2c5a1921282fed41732f571499e0f4;hb=063df71a574b88e94391a3a719cf66d1b46df884;hp=6810276d6bb98d472c18cac4ea04989881a3e0e9;hpb=8096acd7442e613fad0354fc8dfdb2003cceea0b;p=linux-2.6-microblaze.git diff --git a/ipc/msg.c b/ipc/msg.c index 6810276d6bb9..a0d05775af2c 100644 --- a/ipc/msg.c +++ b/ipc/msg.c @@ -147,7 +147,7 @@ static int newque(struct ipc_namespace *ns, struct ipc_params *params) key_t key = params->key; int msgflg = params->flg; - msq = kmalloc(sizeof(*msq), GFP_KERNEL); + msq = kmalloc(sizeof(*msq), GFP_KERNEL_ACCOUNT); if (unlikely(!msq)) return -ENOMEM;