commit | 9542cf0bf9b1a3adcc2ef271edbcbdba03abf345 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Wed Aug 28 17:17:29 2013 -0700 |
committer | Sage Weil <sage@inktank.com> | Tue Sep 03 22:08:10 2013 -0700 |
tree | 6df890d01929cf320f3498e25185a34540053349 | |
parent | 17c1cc1d9293a568a00545469078e29555cc7f39 [diff] |
libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc Fix a typo that used the wrong bitmask for the pg.seed calculation. This is normally unnoticed because in most cases pg_num == pgp_num. It is, however, a bug that is easily corrected. CC: stable@vger.kernel.org Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <alex.elder@linary.org>