Re: [PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-25 Thread Greg Kroah-Hartman
On Fri, Feb 26, 2016 at 01:13:58AM -0500, Oleg Drokin wrote: > > On Feb 26, 2016, at 1:13 AM, Greg Kroah-Hartman wrote: > > > On Mon, Feb 22, 2016 at 09:34:17PM -0500, Oleg Drokin wrote: > >> > >> On Feb 14, 2016, at 7:58 PM, Greg Kroah-Hartman wrote: > >> > >>> On Sun, Feb 14, 2016 at 07:13:52

Re: [PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-25 Thread Oleg Drokin
On Feb 26, 2016, at 1:13 AM, Greg Kroah-Hartman wrote: > On Mon, Feb 22, 2016 at 09:34:17PM -0500, Oleg Drokin wrote: >> >> On Feb 14, 2016, at 7:58 PM, Greg Kroah-Hartman wrote: >> >>> On Sun, Feb 14, 2016 at 07:13:52PM -0500, gr...@linuxhacker.ru wrote: From: Dmitry Eremin NF

Re: [PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-25 Thread Greg Kroah-Hartman
On Mon, Feb 22, 2016 at 09:34:17PM -0500, Oleg Drokin wrote: > > On Feb 14, 2016, at 7:58 PM, Greg Kroah-Hartman wrote: > > > On Sun, Feb 14, 2016 at 07:13:52PM -0500, gr...@linuxhacker.ru wrote: > >> From: Dmitry Eremin > >> > >> NFS can ask to encode dentries that are not connected to the roo

Re: [PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-22 Thread Oleg Drokin
On Feb 14, 2016, at 7:58 PM, Greg Kroah-Hartman wrote: > On Sun, Feb 14, 2016 at 07:13:52PM -0500, gr...@linuxhacker.ru wrote: >> From: Dmitry Eremin >> >> NFS can ask to encode dentries that are not connected to the root. >> The fix check for parent is NULL and encode a file handle accordingly

Re: [PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-14 Thread Greg Kroah-Hartman
On Sun, Feb 14, 2016 at 07:13:52PM -0500, gr...@linuxhacker.ru wrote: > From: Dmitry Eremin > > NFS can ask to encode dentries that are not connected to the root. > The fix check for parent is NULL and encode a file handle accordingly. > > Reviewed-on: http://review.whamcloud.com/8347 > Intel-bu

[PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-14 Thread green
From: Dmitry Eremin NFS can ask to encode dentries that are not connected to the root. The fix check for parent is NULL and encode a file handle accordingly. Reviewed-on: http://review.whamcloud.com/8347 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4231 Reviewed-by: Fan Yong Reviewed-by: