commit | c99b42c3529e5e1bff00f68250dc869f7de3bd5f | [log] [tgz] |
---|---|---|
author | Dan Streetman <[email protected]> | Fri Nov 06 16:29:15 2015 -0800 |
committer | Linus Torvalds <[email protected]> | Fri Nov 06 17:50:42 2015 -0800 |
tree | e3d1b04e23d97c00428216a1796695be0737ecb9 | |
parent | 3d9c637f4ae74b45d95bb6cbd793fbffad0a709c [diff] |
zswap: use charp for zswap param strings Instead of using a fixed-length string for the zswap params, use charp. This simplifies the code and uses less memory, as most zswap param strings will be less than the current maximum length. Signed-off-by: Dan Streetman <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Seth Jennings <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>