]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Hash the negative dentry during inode lookup
authorBenjamin Coddington <bcodding@redhat.com>
Wed, 10 Sep 2014 18:09:20 +0000 (14:09 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 11 Sep 2014 09:54:43 +0000 (10:54 +0100)
commit5f03b2e7b432e9a3479ca1a7ebdd8d9d8589cac3
tree5ae5d3c55024e073754699d2936f4f4402a1eef6
parent0bf67621c3fc587898880d58df102c45bc8b4fb0
GFS2: Hash the negative dentry during inode lookup

Fix a regression introduced by:
15a153dc3d672f401b54 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 <bcodding@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/inode.c