[thin_shrink] Add comment pointing people at Nikhil's PoC

This commit is contained in:
Joe Thornber 2020-09-22 12:01:17 +01:00
parent 0372e689e5
commit b67b587a10
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// This work is based on the implementation by Nikhil Kshirsagar which
// can be found here:
// https://github.com/nkshirsagar/thinpool_shrink/blob/split_ranges/thin_shrink.py
extern crate clap;
extern crate thinp;