summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsacl.c
diff options
context:
space:
mode:
authorJeff Layton2009-08-28 16:11:11 +0200
committerSteve French2009-09-02 00:25:29 +0200
commit1b49c5566136455764a8d17ead25784f534c202d (patch)
tree6946842743140355a6f6b1fb1f27fbfa59132337 /fs/cifs/cifsacl.c
parentcifs: use tcon pointer in cifs_show_options (diff)
downloadkernel-qcow2-linux-1b49c5566136455764a8d17ead25784f534c202d.tar.gz
kernel-qcow2-linux-1b49c5566136455764a8d17ead25784f534c202d.tar.xz
kernel-qcow2-linux-1b49c5566136455764a8d17ead25784f534c202d.zip
cifs: protect GlobalOplock_Q with its own spinlock
Right now, the GlobalOplock_Q is protected by the GlobalMid_Lock. That lock is also used for completely unrelated purposes (mostly for managing the global mid queue). Give the list its own dedicated spinlock (cifs_oplock_lock) and rename the list to cifs_oplock_list to eliminate the camel-case. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsacl.c')
0 files changed, 0 insertions, 0 deletions