Files
linux/fs/fuse
Kirill Tkhai 2b149bb378 fuse: use READ_ONCE on congestion_threshold and max_background
[ Upstream commit 2a23f2b8ad ]

Since they are of unsigned int type, it's allowed to read them
unlocked during reporting to userspace. Let's underline this fact
with READ_ONCE() macroses.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 18:00:52 +01:00
..
2016-10-01 07:32:32 +02:00
2019-10-11 18:18:41 +02:00
2018-09-05 09:26:38 +02:00
2016-10-01 07:32:32 +02:00
2016-10-01 07:32:32 +02:00
2016-10-03 11:06:05 +02:00