Re: [PATCH] ext4: remove static from struct match_token used in token2str

2012-09-25 Thread Theodore Ts'o
On Fri, Sep 21, 2012 at 10:21:00PM -0300, Herton Ronaldo Krzesinski wrote: > There is no reason to use static there, and it will cause issues when > reading /proc/fs/ext4//options concurrently. > > Signed-off-by: Herton Ronaldo Krzesinski > Cc: sta...@vger.kernel.org # 3.4+ Herton, Thanks for f

[PATCH] ext4: remove static from struct match_token used in token2str

2012-09-21 Thread Herton Ronaldo Krzesinski
There is no reason to use static there, and it will cause issues when reading /proc/fs/ext4//options concurrently. Signed-off-by: Herton Ronaldo Krzesinski Cc: sta...@vger.kernel.org # 3.4+ --- fs/ext4/super.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The problem is easy to repro