diff options
author | Jeff Layton <jlayton@kernel.org> | 2022-11-16 14:49:25 +0100 |
---|---|---|
committer | Jeff Layton <jlayton@kernel.org> | 2022-11-30 11:08:10 +0100 |
commit | a1fde8ee771f92d2a8bbd79532149ddd34546bc1 (patch) | |
tree | 73b049051cb93059da0ae74f2f8b3a513097f6a4 /fs/cifs/xattr.c | |
parent | ceph: use locks_inode_context helper (diff) | |
download | linux-a1fde8ee771f92d2a8bbd79532149ddd34546bc1.tar.xz linux-a1fde8ee771f92d2a8bbd79532149ddd34546bc1.zip |
cifs: use locks_inode_context helper
cifs currently doesn't access i_flctx safely. This requires a
smp_load_acquire, as the pointer is set via cmpxchg (a release
operation).
Cc: Steve French <smfrench@samba.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Diffstat (limited to 'fs/cifs/xattr.c')
0 files changed, 0 insertions, 0 deletions