Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a7f796a6
Commit
a7f796a6
authored
Apr 24, 2008
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Fix typo in previous commit
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
ee4987ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/cifs/cifspdu.h
fs/cifs/cifspdu.h
+2
-2
No files found.
fs/cifs/cifspdu.h
View file @
a7f796a6
...
...
@@ -2049,8 +2049,8 @@ typedef struct {
#define CIFS_UNIX_LARGE_READ_CAP 0x00000040
/* support reads >128K (up
to 0xFFFF00 */
#define CIFS_UNIX_LARGE_WRITE_CAP 0x00000080
#define CIFS_UNIX_TRANSPORT_ENCRYPTION_
0x00000100
/* can do SPNEGO en
crypt */
#define CIFS_UNIX_TRANPSORT_ENCRYPTION
0x00000200
/* must do SPNEGO encrypt
*/
#define CIFS_UNIX_TRANSPORT_ENCRYPTION_
CAP 0x00000100
/* can do SPNEGO
crypt */
#define CIFS_UNIX_TRANPSORT_ENCRYPTION
_MANDATORY_CAP 0x00000200
/* must do
*/
#define CIFS_UNIX_PROXY_CAP 0x00000400
/* Proxy cap: 0xACE ioctl and
QFS PROXY call */
#ifdef CONFIG_CIFS_POSIX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment