commit | 0382457744969b0a3aa39ba997944903c5972cbc | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Wed Feb 25 16:24:04 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Mar 12 01:36:21 2009 +0000 |
tree | 7d8acab759aadfc1299eb01fcf3c7038c7a086c1 | |
parent | 1adcb71092f6461c4002ccf29d316f6da3e1f39b [diff] |
[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>