[PATCH 01/11] locking, rwsem: get rid of __down_write_nested

2016-04-07 Thread Michal Hocko
From: Michal Hocko This is no longer used anywhere and all callers (__down_write) use 0 as a subclass. Ditch __down_write_nested to make the code easier to follow. This shouldn't introduce any functional change. Acked-by: Davidlohr Bueso Signed-off-by: Michal Hocko --- arch/s390/include/asm/

Re: [PATCH 01/11] locking, rwsem: get rid of __down_write_nested

2016-04-01 Thread Davidlohr Bueso
On Fri, 01 Apr 2016, Michal Hocko wrote: From: Michal Hocko This is no longer used anywhere and all callers (__down_write) use 0 as a subclass. Ditch __down_write_nested to make the code easier to follow. This shouldn't introduce any functional change. Signed-off-by: Michal Hocko Acked-by

[PATCH 01/11] locking, rwsem: get rid of __down_write_nested

2016-04-01 Thread Michal Hocko
From: Michal Hocko This is no longer used anywhere and all callers (__down_write) use 0 as a subclass. Ditch __down_write_nested to make the code easier to follow. This shouldn't introduce any functional change. Signed-off-by: Michal Hocko --- arch/s390/include/asm/rwsem.h | 7 +-- arch

[PATCH 01/11] locking, rwsem: get rid of __down_write_nested

2016-02-29 Thread Michal Hocko
From: Michal Hocko This is no longer used anywhere and all callers (__down_write) use 0 as a subclass. Ditch __down_write_nested to make the code easier to follow. This shouldn't introduce any functional change. Signed-off-by: Michal Hocko --- arch/s390/include/asm/rwsem.h | 7 +-- arch