commit | a5675c8a8b72efdd09ccd1b0975c4670675775ef | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Nov 27 17:49:44 2012 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Nov 27 22:49:23 2012 -0800 |
tree | ac086820e4140188a84468d8cd34133b6221c268 | |
parent | 1c98d2f439f3f945c5040fd648d817e86314f2fa [diff] |
target/configfs: allocate only 6 slots for dev_cg->default_groups Only slots 0-5 are used so 6 slots should be enough. I don't see anyone writting anything else than NULL into ->default_groups[5] so a "late" initialisation should not happen here. (nab: Fix up minor apply breakage in for-next) Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>