]> Git Repo - linux.git/commit
z3fold: add kref refcounting
authorVitaly Wool <[email protected]>
Fri, 24 Feb 2017 22:57:26 +0000 (14:57 -0800)
committerLinus Torvalds <[email protected]>
Sat, 25 Feb 2017 01:46:54 +0000 (17:46 -0800)
commit5a27aa8220290b64cd5da066a1e29375aa867e69
tree6a2fbfc07e38793e686b6037c0388a806d29af58
parent2f1e5e4d8430f365f979a818f515123a71b640ec
z3fold: add kref refcounting

With both coming and already present locking optimizations, introducing
kref to reference-count z3fold objects is the right thing to do.
Moreover, it makes buddied list no longer necessary, and allows for a
simpler handling of headless pages.

[[email protected]: coding-style fixes]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Vitaly Wool <[email protected]>
Reviewed-by: Dan Streetman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/z3fold.c
This page took 0.04643 seconds and 4 git commands to generate.