aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbfsctl.h
Commit message (Collapse)AuthorAgeFilesLines
* [CIFS] Add definitions for remoteably fsctl callsSteve French2009-03-121-0/+84
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>