Re: [PATCH 5/5] Lib: sort.h: replace int size with size_t size in the swap function
From: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Date: 2019-03-30 18:40:10
From: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Date: 2019-03-30 18:40:10
On Sat, Mar 30, 2019 at 07:43:53PM +0300, Andrey Abramov wrote:
Replace int type with size_t type of the size argument in the swap function, also affect all its dependencies.
This says _what_ the patch does, but it gives no clue as to _why_ you are doing this. Neither did your 0/5 patch :( Why make this change? Nothing afterward depends on it from what I can tell, so why is it needed? thanks, greg k-h