+0
−14
+13
−1
Loading
Use atomic_t for cifs_sb_info::mnt_cifs_flags as it's currently accessed locklessly and may be changed concurrently in mount/remount and reconnect paths. Signed-off-by:Paulo Alcantara (Red Hat) <pc@manguebit.org> Reviewed-by:
David Howells <dhowells@redhat.com> Cc: linux-cifs@vger.kernel.org Signed-off-by:
Steve French <stfrench@microsoft.com>