mm/z3fold.c: limit first_num to the actual range of possible buddy indexes
authorzhong jiang <[email protected]>
Wed, 22 Feb 2017 23:46:51 +0000 (15:46 -0800)
committerLinus Torvalds <[email protected]>
Thu, 23 Feb 2017 00:41:31 +0000 (16:41 -0800)
commitf201ebd87652cf1519792f8662bb3f862c76aa33
tree3dfc4774407bcc51d5cb91066af04cdc7eb8d3b8
parent083fb8edda0487d192e8c117f625563b920cf7a4
mm/z3fold.c: limit first_num to the actual range of possible buddy indexes

At present, Tying the first_num size to NCHUNKS_ORDER is confusing.  the
number of chunks is completely unrelated to the number of buddies.

The patch limits the first_num to actual range of possible buddy indexes.
and that is more reasonable and obvious without functional change.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: zhong jiang <[email protected]>
Suggested-by: Dan Streetman <[email protected]>
Acked-by: Dan Streetman <[email protected]>
Acked-by: Vitaly Wool <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/z3fold.c