Re: [PATCH 05/16] overlayfs: Replace smp_read_barrier_depends() with lockless_dereference()

2014-11-17 Thread Miklos Szeredi
On Thu, Nov 13, 2014 at 8:24 PM, Pranith Kumar wrote: > Recently lockless_dereference() was added which can be used in place of > hard-coding smp_read_barrier_depends(). The following PATCH makes the change. > > Signed-off-by: Pranith Kumar > --- > fs/overlayfs/super.c | 4 +--- > 1 file

Re: [PATCH 05/16] overlayfs: Replace smp_read_barrier_depends() with lockless_dereference()

2014-11-17 Thread Miklos Szeredi
On Thu, Nov 13, 2014 at 8:24 PM, Pranith Kumar bobby.pr...@gmail.com wrote: Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar bobby.pr...@gmail.com ---

[PATCH 05/16] overlayfs: Replace smp_read_barrier_depends() with lockless_dereference()

2014-11-13 Thread Pranith Kumar
Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar --- fs/overlayfs/super.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/overlayfs/super.c

[PATCH 05/16] overlayfs: Replace smp_read_barrier_depends() with lockless_dereference()

2014-11-13 Thread Pranith Kumar
Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar bobby.pr...@gmail.com --- fs/overlayfs/super.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git