]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: remove kmap lock and rsize limit
authorJeff Layton <jlayton@redhat.com>
Tue, 14 Aug 2012 18:39:45 +0000 (14:39 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:33 +0000 (09:44 -0500)
commit22b6b4ba53b5f3a208047cdc592c681319cebb6d
tree22b4d89efba43581c6956d5a25bc92dcbb17f8a2
parent9420052051e27c66d605ff3a9fc6427c2c2bf72e
cifs: remove kmap lock and rsize limit

Now that we aren't abusing the kmap address space, there's no need for
this lock or to impose a limit on the rsize.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c