From 697ae97f13997d7e22ad51aed5db8d6198f8e767 Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 18 Apr 2008 16:40:32 +0000 Subject: [PATCH] --- yaml --- r: 92951 b: refs/heads/master c: 2302aca8508ee727a0c5edde3a7518a4ee03da1b h: refs/heads/master i: 92949: 29a15ba1144af0a6769de441a1d37dedb402c442 92947: 73533f6501a08fd188f3b497041750283c6255b2 92943: 39312c27e6a0783cfed0186fa9adcf71acba7b0e v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifspdu.h | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ea5c9bf5122e..1e8a19ef47be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 675c46796d601f63f2d47c6dd07332bca77ddae5 +refs/heads/master: 2302aca8508ee727a0c5edde3a7518a4ee03da1b diff --git a/trunk/fs/cifs/cifspdu.h b/trunk/fs/cifs/cifspdu.h index 64bd3ed6803a..b18c6d43bef3 100644 --- a/trunk/fs/cifs/cifspdu.h +++ b/trunk/fs/cifs/cifspdu.h @@ -1787,6 +1787,11 @@ typedef struct smb_com_transaction2_fnext_rsp_parms { #define SMB_QUERY_CIFS_UNIX_INFO 0x200 #define SMB_QUERY_POSIX_FS_INFO 0x201 #define SMB_QUERY_POSIX_WHO_AM_I 0x202 +#define SMB_QUERY_FS_PROXY 0x203 /* WAFS enabled. Returns structure + FILE_SYSTEM__UNIX_INFO to tell + whether new NTIOCTL available + (0xACE) for WAN friendly SMB + operations to be carried */ #define SMB_QUERY_LABEL_INFO 0x3ea #define SMB_QUERY_FS_QUOTA_INFO 0x3ee #define SMB_QUERY_FS_FULL_SIZE_INFO 0x3ef @@ -2043,7 +2048,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_PROXY_CAP 0x00000100 /* Proxy cap: 0xACE ioctl and + QFS PROXY call */ #ifdef CONFIG_CIFS_POSIX /* Can not set pathnames cap yet until we send new posix create SMB since otherwise server can treat such handles opened with older ntcreatex