summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2status.h
Commit message (Collapse)AuthorAgeFilesLines
* cifs: don't use __constant_cpu_to_le32()Sergey Senozhatsky2019-05-081-1740/+1740
| | | | | | | | | | | | | A trivial patch. cpu_to_le32() is capable enough to detect __builtin_constant_p() and to use an appropriate compile time ___constant_swahb32() function. So we can use cpu_to_le32() instead of __constant_cpu_to_le32(). Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
* smb2: fix typo in definition of a few error flagsSteve French2019-03-151-3/+3
| | | | | | | | | As Sergey Senozhatsky pointed out __constant_cpu_to_le32() is misspelled in a few definitions in the list of status codes smb2status.h as __constanst_cpu_to_le32() Signed-off-by: Steve French <stfrench@microsoft.com> CC: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
* CIFS: Add SMB2 status codesPavel Shilovsky2012-07-241-0/+1782
Reviewed-by: Jeff Layton <jlayton@samba.org> Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Steve French <smfrench@gmail.com>