ocfs2: use actual name length when find entry in ocfs2_orphan_del()
authorJoseph Qi <joseph.qi@huawei.com>
Tue, 14 Apr 2015 22:43:22 +0000 (15:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2015 23:48:58 +0000 (16:48 -0700)
commite38a573907383b3c57514fe2331322b1fc110eef
tree5fb6e3589b7b8b73f2b2c58bfe91e8da9859aa29
parente073fc58dfe6a4c9b614320c1d56bb71cb213ec4
ocfs2: use actual name length when find entry in ocfs2_orphan_del()

If the namelen is 20 and name only has actual length 16, it will fail in
ocfs2_find_entry because of mismatch.  So use actual name length when find
entry.

Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Signed-off-by: Yiwen Jiang <jiangyiwen@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/namei.c