]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[CIFS] Add definitions for remoteably fsctl calls
authorSteve French <sfrench@us.ibm.com>
Wed, 25 Feb 2009 16:24:04 +0000 (16:24 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 12 Mar 2009 01:36:21 +0000 (01:36 +0000)
commit0382457744969b0a3aa39ba997944903c5972cbc
tree7d8acab759aadfc1299eb01fcf3c7038c7a086c1
parent1adcb71092f6461c4002ccf29d316f6da3e1f39b
[CIFS] Add definitions for remoteably fsctl calls

There are about 60 fsctl calls which Windows claims would be able
to be sent remotely and handled by the server. This adds the #defines
for them.  A few of them look immediately useful, but need to also
add the structure definitions for them so they can be sent as SMBs.

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifspdu.h
fs/cifs/smbfsctl.h [new file with mode: 0644]