Re: [PATCH 7/9] fsnotify: use existed call_srcu()

2013-04-05 Thread Lai Jiangshan
[Ping] Hi, Eric Paris Could you review this patch? Thanks, Lai On 03/16/2013 12:50 AM, Lai Jiangshan wrote: > fsnotify implements its own call_srcu() by: > dedicated thread + synchronize_srcu() > > But srcu provides call_srcu() now, so we should convert them to use > existed call_srcu()

Re: [PATCH 7/9] fsnotify: use existed call_srcu()

2013-04-05 Thread Lai Jiangshan
[Ping] Hi, Eric Paris Could you review this patch? Thanks, Lai On 03/16/2013 12:50 AM, Lai Jiangshan wrote: fsnotify implements its own call_srcu() by: dedicated thread + synchronize_srcu() But srcu provides call_srcu() now, so we should convert them to use existed call_srcu() and

[PATCH 7/9] fsnotify: use existed call_srcu()

2013-03-15 Thread Lai Jiangshan
fsnotify implements its own call_srcu() by: dedicated thread + synchronize_srcu() But srcu provides call_srcu() now, so we should convert them to use existed call_srcu() and remove the thread. Signed-off-by: Lai Jiangshan Cc: Eric Paris --- fs/notify/mark.c | 59

[PATCH 7/9] fsnotify: use existed call_srcu()

2013-03-15 Thread Lai Jiangshan
fsnotify implements its own call_srcu() by: dedicated thread + synchronize_srcu() But srcu provides call_srcu() now, so we should convert them to use existed call_srcu() and remove the thread. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com Cc: Eric Paris epa...@parisplace.org ---