Re: [PATCH v2] fs: add file_dentry()

2016-04-27 Thread Miklos Szeredi
On Wed, Apr 20, 2016 at 01:07:16AM -0400, Sasha Levin wrote: > Hey Miklos, > > On 03/23/2016 09:36 AM, Miklos Szeredi wrote: > > This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: > > Make f_path always point to the overlay and f_inode to the underlay"). > > Since that

Re: [PATCH v2] fs: add file_dentry()

2016-04-27 Thread Miklos Szeredi
On Wed, Apr 20, 2016 at 01:07:16AM -0400, Sasha Levin wrote: > Hey Miklos, > > On 03/23/2016 09:36 AM, Miklos Szeredi wrote: > > This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: > > Make f_path always point to the overlay and f_inode to the underlay"). > > Since that

Re: [PATCH v2] fs: add file_dentry()

2016-04-19 Thread Sasha Levin
Hey Miklos, On 03/23/2016 09:36 AM, Miklos Szeredi wrote: > This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: > Make f_path always point to the overlay and f_inode to the underlay"). Since that commit got backported into older -stable kernel, it would appear that this

Re: [PATCH v2] fs: add file_dentry()

2016-04-19 Thread Sasha Levin
Hey Miklos, On 03/23/2016 09:36 AM, Miklos Szeredi wrote: > This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: > Make f_path always point to the overlay and f_inode to the underlay"). Since that commit got backported into older -stable kernel, it would appear that this

Re: [PATCH v2] fs: add file_dentry()

2016-03-23 Thread William Dauchy
On Wed, Mar 23, 2016 at 3:14 PM, Miklos Szeredi wrote: > Use "--contains", otherwise "git describe" will just say which kernel > the patch has been committed to, not which release it appears in. > > git describe --contains 4bacc9c9234c > v4.2-rc1~2^2~27 Indeed; I saw the patch

Re: [PATCH v2] fs: add file_dentry()

2016-03-23 Thread William Dauchy
On Wed, Mar 23, 2016 at 3:14 PM, Miklos Szeredi wrote: > Use "--contains", otherwise "git describe" will just say which kernel > the patch has been committed to, not which release it appears in. > > git describe --contains 4bacc9c9234c > v4.2-rc1~2^2~27 Indeed; I saw the patch in v4.1.x stable

Re: [PATCH v2] fs: add file_dentry()

2016-03-23 Thread Miklos Szeredi
On Wed, Mar 23, 2016 at 3:06 PM, William Dauchy wrote: > 4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and > f_inode to the underlay"). > This commit is from v4.1 if I am not wrong. So the stable tag might be wrong. > > Am I missing something? Use

Re: [PATCH v2] fs: add file_dentry()

2016-03-23 Thread Miklos Szeredi
On Wed, Mar 23, 2016 at 3:06 PM, William Dauchy wrote: > 4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and > f_inode to the underlay"). > This commit is from v4.1 if I am not wrong. So the stable tag might be wrong. > > Am I missing something? Use "--contains", otherwise "git

Re: [PATCH v2] fs: add file_dentry()

2016-03-23 Thread William Dauchy
Hello Miklos, On Wed, Mar 23, 2016 at 2:36 PM, Miklos Szeredi wrote: > This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: > Make f_path always point to the overlay and f_inode to the underlay"). > > Regular files opened on overlayfs will result in the file

Re: [PATCH v2] fs: add file_dentry()

2016-03-23 Thread William Dauchy
Hello Miklos, On Wed, Mar 23, 2016 at 2:36 PM, Miklos Szeredi wrote: > This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: > Make f_path always point to the overlay and f_inode to the underlay"). > > Regular files opened on overlayfs will result in the file being opened on >

[PATCH v2] fs: add file_dentry()

2016-03-23 Thread Miklos Szeredi
This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and f_inode to the underlay"). Regular files opened on overlayfs will result in the file being opened on the underlying filesystem, while f_path points to the overlayfs mount/dentry.

[PATCH v2] fs: add file_dentry()

2016-03-23 Thread Miklos Szeredi
This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and f_inode to the underlay"). Regular files opened on overlayfs will result in the file being opened on the underlying filesystem, while f_path points to the overlayfs mount/dentry.