Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crush: remove an obsolete comment

Reflects ceph.git commit dca1ae1e0a6b02029c3a7f9dec4114972be26d50.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>

-5
-5
net/ceph/crush/mapper.c
··· 1004 1004 1005 1005 for (i = 0; i < wsize; i++) { 1006 1006 int bno; 1007 - /* 1008 - * see CRUSH_N, CRUSH_N_MINUS macros. 1009 - * basically, numrep <= 0 means relative to 1010 - * the provided result_max 1011 - */ 1012 1007 numrep = curstep->arg1; 1013 1008 if (numrep <= 0) { 1014 1009 numrep += result_max;