Re: [PATCH] ipc/shm.c: don't use auto variable hs in newseg()

2013-05-17 Thread Naoya Horiguchi
On Fri, May 17, 2013 at 04:31:52PM -0400, KOSAKI Motohiro wrote: > > From: Naoya Horiguchi > > Date: Wed, 8 May 2013 11:48:01 -0400 > > Subject: [PATCH] ipc/shm.c: don't use auto variable hs in newseg() > > > > This patch fixes "warning: unused varia

Re: [PATCH] ipc/shm.c: don't use auto variable hs in newseg()

2013-05-17 Thread KOSAKI Motohiro
> From: Naoya Horiguchi > Date: Wed, 8 May 2013 11:48:01 -0400 > Subject: [PATCH] ipc/shm.c: don't use auto variable hs in newseg() > > This patch fixes "warning: unused variable 'hs'" when !CONFIG_HUGETLB_PAGE > introduced by commit af73e4d9506d "hugetlbfs: fix

Re: [PATCH] ipc/shm.c: don't use auto variable hs in newseg()

2013-05-17 Thread KOSAKI Motohiro
From: Naoya Horiguchi n-horigu...@ah.jp.nec.com Date: Wed, 8 May 2013 11:48:01 -0400 Subject: [PATCH] ipc/shm.c: don't use auto variable hs in newseg() This patch fixes warning: unused variable 'hs' when !CONFIG_HUGETLB_PAGE introduced by commit af73e4d9506d hugetlbfs: fix mmap failure

Re: [PATCH] ipc/shm.c: don't use auto variable hs in newseg()

2013-05-17 Thread Naoya Horiguchi
On Fri, May 17, 2013 at 04:31:52PM -0400, KOSAKI Motohiro wrote: From: Naoya Horiguchi n-horigu...@ah.jp.nec.com Date: Wed, 8 May 2013 11:48:01 -0400 Subject: [PATCH] ipc/shm.c: don't use auto variable hs in newseg() This patch fixes warning: unused variable 'hs' when

[PATCH] ipc/shm.c: don't use auto variable hs in newseg()

2013-05-08 Thread Naoya Horiguchi
y 2013 11:48:01 -0400 > > Subject: [PATCH] ipc/shm.c: don't use auto variable hs in newseg() > > > > This patch fixes "warning: unused variable 'hs'" when !CONFIG_HUGETLB_PAGE > > introduced by commit af73e4d9506d "hugetlbfs: fix mmap failure in unaligned > >

[PATCH] ipc/shm.c: don't use auto variable hs in newseg()

2013-05-08 Thread Naoya Horiguchi
Subject: [PATCH] ipc/shm.c: don't use auto variable hs in newseg() This patch fixes warning: unused variable 'hs' when !CONFIG_HUGETLB_PAGE introduced by commit af73e4d9506d hugetlbfs: fix mmap failure in unaligned size request. Reported-by: Borislav Petkov b...@alien8.de Signed-off