Re: [PATCH] locking: remove duplicate include of percpu-rwsem.h

2020-11-07 Thread Paul E. McKenney
On Sat, Nov 07, 2020 at 04:24:03PM +0800, Wang Qing wrote: > Remove duplicate header include which is unnecessary. > > Signed-off-by: Wang Qing Queued for further review and testing, thank you! I had to apply against v5.10-rc1 and then cherry-pick the result, which did work fine. However, in t

[PATCH] locking: remove duplicate include of percpu-rwsem.h

2020-11-07 Thread Wang Qing
Remove duplicate header include which is unnecessary. Signed-off-by: Wang Qing --- kernel/locking/locktorture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c index 62d215b..af99e9c 100644 --- a/kernel/locking/locktorture.c +++ b/ke