From: Sage Weil Date: Thu, 29 Aug 2013 00:17:29 +0000 (-0700) Subject: libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc X-Git-Tag: v3.12-rc1~90^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9542cf0bf9b1a3adcc2ef271edbcbdba03abf345;p=pandora-kernel.git 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 Reviewed-by: Alex Elder --- Reading git-diff-tree failed