Re: [PATCH] fs: Initialize mountpoint list head in new_mountpoint()

2014-08-19 Thread Murilo Opsfelder Araújo
On Tue, Aug 19, 2014 at 4:01 AM, Thierry Reding wrote: > On Mon, Aug 18, 2014 at 11:43:54PM -0300, Murilo Opsfelder Araujo wrote: >> The commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 makes next-20140818 >> to panic because mountpoint list head was not initialized. Initializing >> it with NULL

Re: [PATCH] fs: Initialize mountpoint list head in new_mountpoint()

2014-08-19 Thread Thierry Reding
On Mon, Aug 18, 2014 at 11:43:54PM -0300, Murilo Opsfelder Araujo wrote: > The commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 makes next-20140818 > to panic because mountpoint list head was not initialized. Initializing > it with NULL fixes the problem. > > commit

Re: [PATCH] fs: Initialize mountpoint list head in new_mountpoint()

2014-08-19 Thread Thierry Reding
On Mon, Aug 18, 2014 at 11:43:54PM -0300, Murilo Opsfelder Araujo wrote: The commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 makes next-20140818 to panic because mountpoint list head was not initialized. Initializing it with NULL fixes the problem. commit

Re: [PATCH] fs: Initialize mountpoint list head in new_mountpoint()

2014-08-19 Thread Murilo Opsfelder Araújo
On Tue, Aug 19, 2014 at 4:01 AM, Thierry Reding thierry.red...@gmail.com wrote: On Mon, Aug 18, 2014 at 11:43:54PM -0300, Murilo Opsfelder Araujo wrote: The commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 makes next-20140818 to panic because mountpoint list head was not initialized.

[PATCH] fs: Initialize mountpoint list head in new_mountpoint()

2014-08-18 Thread Murilo Opsfelder Araujo
The commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 makes next-20140818 to panic because mountpoint list head was not initialized. Initializing it with NULL fixes the problem. commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 Author: Eric W. Biederman Date: Sun Sep 22 19:37:01 2013 -0700

[PATCH] fs: Initialize mountpoint list head in new_mountpoint()

2014-08-18 Thread Murilo Opsfelder Araujo
The commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 makes next-20140818 to panic because mountpoint list head was not initialized. Initializing it with NULL fixes the problem. commit 89f7ca1af15bdfe7a6aed343032a84af2a69f736 Author: Eric W. Biederman ebieder...@twitter.com Date: Sun Sep 22