Re: [Cluster-devel] [PATCH] GFS2: Hash the negative dentry during inode lookup

2014-09-11 Thread Steven Whitehouse
Hi, On 10/09/14 19:09, Benjamin Coddington wrote: Fix a regression introduced by: 6d4ade986f9c8df31e68 GFS2: Add atomic_open support where an early return misses d_splice_alias() which had been adding the negative dentry. Signed-off-by: Benjamin Coddington bcodd...@redhat.com ---

[Cluster-devel] [PATCH] GFS2: Hash the negative dentry during inode lookup

2014-09-10 Thread Benjamin Coddington
Fix a regression introduced by: 6d4ade986f9c8df31e68 GFS2: Add atomic_open support where an early return misses d_splice_alias() which had been adding the negative dentry. Signed-off-by: Benjamin Coddington bcodd...@redhat.com --- fs/gfs2/inode.c |4 +++- 1 files changed, 3 insertions(+), 1