Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Greg Kroah-Hartman
On Tue, Dec 10, 2013 at 03:26:33PM +0800, Fengguang Wu wrote: > > Hi, Fengguang > > Can you help to add this patch to your test systems? > > It's a one-line change, you can find the patch at > > https://patchwork.kernel.org/patch/3192361/ > > Hi Axel, > > Do you have a public git tree? If not,

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Fengguang Wu
> Hi, Fengguang > Can you help to add this patch to your test systems? > It's a one-line change, you can find the patch at > https://patchwork.kernel.org/patch/3192361/ Hi Axel, Do you have a public git tree? If not, I'd like to take this chance to encourage you to setup one. The best work flow

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Axel Lin
2013/12/9 Axel Lin : > 2013/12/9 Greg Kroah-Hartman : >> On Mon, Dec 09, 2013 at 04:54:29PM +0800, Axel Lin wrote: >>> 2013/12/9 Greg Kroah-Hartman : >>> > On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: >>> >> 2013/12/4 Rob Landley : >>> >> > On 11/16/2013 02:15:23 AM, Axel Lin wrote:

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Axel Lin
2013/12/9 Greg Kroah-Hartman : > On Mon, Dec 09, 2013 at 04:54:29PM +0800, Axel Lin wrote: >> 2013/12/9 Greg Kroah-Hartman : >> > On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: >> >> 2013/12/4 Rob Landley : >> >> > On 11/16/2013 02:15:23 AM, Axel Lin wrote: >> >> >> >> >> >> The deleted

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Greg Kroah-Hartman
On Mon, Dec 09, 2013 at 04:54:29PM +0800, Axel Lin wrote: > 2013/12/9 Greg Kroah-Hartman : > > On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: > >> 2013/12/4 Rob Landley : > >> > On 11/16/2013 02:15:23 AM, Axel Lin wrote: > >> >> > >> >> The deleted variable is always 1 in current code.

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Axel Lin
2013/12/9 Greg Kroah-Hartman : > On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: >> 2013/12/4 Rob Landley : >> > On 11/16/2013 02:15:23 AM, Axel Lin wrote: >> >> >> >> The deleted variable is always 1 in current code. >> >> Initialize deleted variable to be 0, so delete_path() will be

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Greg Kroah-Hartman
On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: > 2013/12/4 Rob Landley : > > On 11/16/2013 02:15:23 AM, Axel Lin wrote: > >> > >> The deleted variable is always 1 in current code. > >> Initialize deleted variable to be 0, so delete_path() will be called only > >> when > >> necessary. >

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Greg Kroah-Hartman
On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: 2013/12/4 Rob Landley r...@landley.net: On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary.

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Axel Lin
2013/12/9 Greg Kroah-Hartman gre...@linuxfoundation.org: On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: 2013/12/4 Rob Landley r...@landley.net: On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Greg Kroah-Hartman
On Mon, Dec 09, 2013 at 04:54:29PM +0800, Axel Lin wrote: 2013/12/9 Greg Kroah-Hartman gre...@linuxfoundation.org: On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: 2013/12/4 Rob Landley r...@landley.net: On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Axel Lin
2013/12/9 Greg Kroah-Hartman gre...@linuxfoundation.org: On Mon, Dec 09, 2013 at 04:54:29PM +0800, Axel Lin wrote: 2013/12/9 Greg Kroah-Hartman gre...@linuxfoundation.org: On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: 2013/12/4 Rob Landley r...@landley.net: On 11/16/2013

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Axel Lin
2013/12/9 Axel Lin axel@ingics.com: 2013/12/9 Greg Kroah-Hartman gre...@linuxfoundation.org: On Mon, Dec 09, 2013 at 04:54:29PM +0800, Axel Lin wrote: 2013/12/9 Greg Kroah-Hartman gre...@linuxfoundation.org: On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: 2013/12/4 Rob Landley

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Fengguang Wu
Hi, Fengguang Can you help to add this patch to your test systems? It's a one-line change, you can find the patch at https://patchwork.kernel.org/patch/3192361/ Hi Axel, Do you have a public git tree? If not, I'd like to take this chance to encourage you to setup one. The best work flow is

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-09 Thread Greg Kroah-Hartman
On Tue, Dec 10, 2013 at 03:26:33PM +0800, Fengguang Wu wrote: Hi, Fengguang Can you help to add this patch to your test systems? It's a one-line change, you can find the patch at https://patchwork.kernel.org/patch/3192361/ Hi Axel, Do you have a public git tree? If not, I'd like to

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-03 Thread Greg Kroah-Hartman
On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: > 2013/12/4 Rob Landley : > > On 11/16/2013 02:15:23 AM, Axel Lin wrote: > >> > >> The deleted variable is always 1 in current code. > >> Initialize deleted variable to be 0, so delete_path() will be called only > >> when > >> necessary. >

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-03 Thread Axel Lin
2013/12/4 Rob Landley : > On 11/16/2013 02:15:23 AM, Axel Lin wrote: >> >> The deleted variable is always 1 in current code. >> Initialize deleted variable to be 0, so delete_path() will be called only >> when >> necessary. >> >> Signed-off-by: Axel Lin > > > I'm not seeing this in linux-next, or

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-03 Thread Rob Landley
On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin I'm not seeing this in linux-next, or a reply on the web archive. Assuming

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-03 Thread Rob Landley
On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin axel@ingics.com I'm not seeing this in linux-next, or a reply on the web

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-03 Thread Axel Lin
2013/12/4 Rob Landley r...@landley.net: On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin axel@ingics.com I'm not seeing this

Re: [PATCH] devtmpfs: Calling delete_path() only when necessary

2013-12-03 Thread Greg Kroah-Hartman
On Wed, Dec 04, 2013 at 02:44:14PM +0800, Axel Lin wrote: 2013/12/4 Rob Landley r...@landley.net: On 11/16/2013 02:15:23 AM, Axel Lin wrote: The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary.

[PATCH] devtmpfs: Calling delete_path() only when necessary

2013-11-16 Thread Axel Lin
The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin --- drivers/base/devtmpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/devtmpfs.c

[PATCH] devtmpfs: Calling delete_path() only when necessary

2013-11-16 Thread Axel Lin
The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin axel@ingics.com --- drivers/base/devtmpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git