Re: [GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Linus Torvalds
On Sat, Jul 20, 2013 at 7:45 PM, Theodore Ts'o wrote: > > On second thought, to avoid an "After you, Alphonse" moment, and > because it would be really good to make sure these patches make it to > Linus before -rc2, I thought get these patches set up for a pull > request. Al, if you'd prefer

[GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Theodore Ts'o
On Sat, Jul 20, 2013 at 12:36:13AM +0100, Al Viro wrote: > > Nice catch, and you have my ACK. Which tree do you prefer that to go > through? vfs and ext4 are the obvious candidates... On second thought, to avoid an "After you, Alphonse" moment, and because it would be really good to make sure

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Theodore Ts'o
On Sun, Jul 21, 2013 at 12:37:37AM +0800, Zheng Liu wrote: > > Now ext4 tree has not yet rebased against 3.11-rcX. So it seems that > vfs tree is better if we want to fix this bug in mainline kernel as soon > as possible. I was going to rebase the ext4 tree to Linus's current tree just to get

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Zheng Liu
Hi Al, On Sat, Jul 20, 2013 at 12:36:13AM +0100, Al Viro wrote: > On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: > > Hi Dave, > > > > After applied this patch, the problem has been fixed in my own sand box. > > But that would be great if you could give it a try. I want to make sure

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Zheng Liu
Hi Al, On Sat, Jul 20, 2013 at 12:36:13AM +0100, Al Viro wrote: On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure that

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Theodore Ts'o
On Sun, Jul 21, 2013 at 12:37:37AM +0800, Zheng Liu wrote: Now ext4 tree has not yet rebased against 3.11-rcX. So it seems that vfs tree is better if we want to fix this bug in mainline kernel as soon as possible. I was going to rebase the ext4 tree to Linus's current tree just to get this

[GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Theodore Ts'o
On Sat, Jul 20, 2013 at 12:36:13AM +0100, Al Viro wrote: Nice catch, and you have my ACK. Which tree do you prefer that to go through? vfs and ext4 are the obvious candidates... On second thought, to avoid an After you, Alphonse moment, and because it would be really good to make sure these

Re: [GIT PULL] Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-20 Thread Linus Torvalds
On Sat, Jul 20, 2013 at 7:45 PM, Theodore Ts'o ty...@mit.edu wrote: On second thought, to avoid an After you, Alphonse moment, and because it would be really good to make sure these patches make it to Linus before -rc2, I thought get these patches set up for a pull request. Al, if you'd

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Al Viro
On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: > Hi Dave, > > After applied this patch, the problem has been fixed in my own sand box. > But that would be great if you could give it a try. I want to make sure > that this patch can fix the problem. It looks like there has the same >

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Dave Jones
On Fri, Jul 19, 2013 at 12:31:06PM -0700, Darrick J. Wong wrote: > On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: > > Hi Dave, > > > > After applied this patch, the problem has been fixed in my own sand box. > > But that would be great if you could give it a try. I want to make

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Darrick J. Wong
On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: > Hi Dave, > > After applied this patch, the problem has been fixed in my own sand box. > But that would be great if you could give it a try. I want to make sure > that this patch can fix the problem. It looks like there has the same >

[PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Zheng Liu
Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure that this patch can fix the problem. It looks like there has the same problem in ext3. So if this patch is fine, I will generate a patch for

[PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Zheng Liu
Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure that this patch can fix the problem. It looks like there has the same problem in ext3. So if this patch is fine, I will generate a patch for

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Darrick J. Wong
On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure that this patch can fix the problem. It looks like there has the same

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Dave Jones
On Fri, Jul 19, 2013 at 12:31:06PM -0700, Darrick J. Wong wrote: On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Al Viro
On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure that this patch can fix the problem. It looks like there has the same