Commit f3fb4624 authored by Wonguk Lee's avatar Wonguk Lee Committed by Dave Kleikamp
Browse files

fs: jfs: (trivial) Fix typo in dbInitTree function

While trying to fix the jfs UBSAN problem reported in syzkaller,
(https://syzkaller.appspot.com/bug?id=01abadbd6ae6a08b1f1987aa61554c6b3ac19ff2

)

I found the typo in the comment of dbInitTree function and fix it.

Signed-off-by: default avatarWonguk Lee <wonguk.lee1023@gmail.com>
Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent 11509910
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3857,7 +3857,7 @@ static int dbInitTree(struct dmaptree * dtp)
	l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;

	/*
	 * configure the leaf levevl into binary buddy system
	 * configure the leaf level into binary buddy system
	 *
	 * Try to combine buddies starting with a buddy size of 1
	 * (i.e. two leaves). At a buddy size of 1 two buddy leaves