Re: [PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread Byungchul Park
On Mon, Feb 13, 2017 at 05:43:26AM +, Al Viro wrote: > On Mon, Feb 13, 2017 at 01:10:13PM +0900, Byungchul Park wrote: > > Although llist provides proper APIs, they are not used. Make them used. > > > @@ -231,12 +231,10 @@ static void __fput(struct file *file) > > static void delayed_fput(str

Re: [PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread Byungchul Park
On Mon, Feb 13, 2017 at 01:38:36PM +0800, Huang, Ying wrote: > Hi, Byungchul, > > Byungchul Park writes: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > Signed-off-by: Byungchul Park > > --- > > drivers/md/bcache/closure.c | 15 ++- > > drivers

Re: [PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread Al Viro
On Mon, Feb 13, 2017 at 01:10:13PM +0900, Byungchul Park wrote: > Although llist provides proper APIs, they are not used. Make them used. > @@ -231,12 +231,10 @@ static void __fput(struct file *file) > static void delayed_fput(struct work_struct *unused) > { > struct llist_node *node = lli

Re: [PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread Huang, Ying
Hi, Byungchul, Byungchul Park writes: > Although llist provides proper APIs, they are not used. Make them used. > > Signed-off-by: Byungchul Park > --- > drivers/md/bcache/closure.c | 15 ++- > drivers/md/raid5.c | 4 +--- > drivers/vhost/scsi.c| 9 ++--- > f

Re: [PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread Byungchul Park
On Mon, Feb 13, 2017 at 03:56:08PM +1100, NeilBrown wrote: > On Mon, Feb 13 2017, Byungchul Park wrote: > > > Although llist provides proper APIs, they are not used. Make them used. > > > > Signed-off-by: Byungchul Park > > --- > > drivers/md/bcache/closure.c | 15 ++- > > drivers/md

Re: [PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread NeilBrown
On Mon, Feb 13 2017, Byungchul Park wrote: > Although llist provides proper APIs, they are not used. Make them used. > > Signed-off-by: Byungchul Park > --- > drivers/md/bcache/closure.c | 15 ++- > drivers/md/raid5.c | 4 +--- > drivers/vhost/scsi.c| 9 ++--- >

[PATCH] llist: Don't reinvent the wheel but use existing llist API

2017-02-12 Thread Byungchul Park
Although llist provides proper APIs, they are not used. Make them used. Signed-off-by: Byungchul Park --- drivers/md/bcache/closure.c | 15 ++- drivers/md/raid5.c | 4 +--- drivers/vhost/scsi.c| 9 ++--- fs/file_table.c | 12 +--- fs/namespa