commit | 4846e926573d15ac85edd6482aaf7ce8fe9256ef | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Fri Oct 09 03:42:57 2020 -0500 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Wed Oct 14 07:47:25 2020 -0500 |
tree | 527f71b0936528a4dc609b6b0a4185c533b25714 | |
parent | 36b16b3d8378bf642a27903bfaf86af3903cd22f [diff] |
Performance: Ignore request if the group is already in requested state The existing code did not check if the requested state is same as the current state of group. However, it did not do any harm. Just some wasted processing. This patch ignores such requests. Change-Id: If4f02cb6d285fceedf1dc7ff45db3153d2ef3e72 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>