Re: [PATCH v3 5/9] fput: Don't reinvent the wheel but use existing llist API

2017-03-02 Thread Byungchul Park
On Tue, Feb 14, 2017 at 06:44:44PM +0100, Oleg Nesterov wrote: > On 02/14, Byungchul Park wrote: > > > > Although llist provides proper APIs, they are not used. Make them used. > > Reviewed-by: Oleg Nesterov Hello, Al Viro Sorry for my mistake at the previous spin. I should have been more caref

Re: [PATCH v3 5/9] fput: Don't reinvent the wheel but use existing llist API

2017-02-14 Thread Oleg Nesterov
On 02/14, Byungchul Park wrote: > > Although llist provides proper APIs, they are not used. Make them used. Reviewed-by: Oleg Nesterov > Signed-off-by: Byungchul Park > --- > fs/file_table.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) > > diff --git a/fs/file_table.c