Re: [PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c

2018-02-26 Thread Will Deacon
H Al, On Mon, Feb 19, 2018 at 02:55:53PM +, Will Deacon wrote: > This is version two of the patch I previously posted here: > > > http://lkml.kernel.org/r/1518526731-26546-1-git-send-email-will.dea...@arm.com > > Changes since v1: > > * Added READ_ONCE to i_dir_seq access > * Added

Re: [PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c

2018-02-26 Thread Will Deacon
H Al, On Mon, Feb 19, 2018 at 02:55:53PM +, Will Deacon wrote: > This is version two of the patch I previously posted here: > > > http://lkml.kernel.org/r/1518526731-26546-1-git-send-email-will.dea...@arm.com > > Changes since v1: > > * Added READ_ONCE to i_dir_seq access > * Added

[PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c

2018-02-19 Thread Will Deacon
Hi all, This is version two of the patch I previously posted here: http://lkml.kernel.org/r/1518526731-26546-1-git-send-email-will.dea...@arm.com Changes since v1: * Added READ_ONCE to i_dir_seq access * Added tags Cheers, Will --->8 Will Deacon (2): fs: dcache: Avoid livelock

[PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c

2018-02-19 Thread Will Deacon
Hi all, This is version two of the patch I previously posted here: http://lkml.kernel.org/r/1518526731-26546-1-git-send-email-will.dea...@arm.com Changes since v1: * Added READ_ONCE to i_dir_seq access * Added tags Cheers, Will --->8 Will Deacon (2): fs: dcache: Avoid livelock