commit | 149d0efada7777ad5a5242b095692af142f533d8 | [log] [tgz] |
---|---|---|
author | Coly Li <colyli@suse.de> | Mon Oct 08 20:41:18 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 08 08:19:55 2018 -0600 |
tree | 7a210e48918d00c6d161f58decd4fc1349ad4765 | |
parent | 91bafdf081b8ad8ab4977918ee45dffe3d744060 [diff] |
bcache: replace hard coded number with BUCKET_GC_GEN_MAX In extents.c:bch_extent_bad(), number 96 is used as parameter to call btree_bug_on(). The purpose is to check whether stale gen value exceeds BUCKET_GC_GEN_MAX, so it is better to use macro BUCKET_GC_GEN_MAX to make the code more understandable. Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>