]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
GFS2: fix regression in dir_double_exhash
authorBob Peterson <rpeterso@redhat.com>
Fri, 14 Jun 2013 12:39:18 +0000 (08:39 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 14 Jun 2013 12:27:17 +0000 (13:27 +0100)
commit512cbf02fde42b747c5752f135afd3f3f6d598e2
tree7c03ec9d076729c3669ba63b620b3efeab399656
parent6d4ade986f9c8df31e68fd30643997f79cc5a5f8
GFS2: fix regression in dir_double_exhash

Recent commit e8830d8 introduced a bug in function dir_double_exhash;
it was failing to set h in the fall-back case. This patch corrects it.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/dir.c