From 981b44e600e2410395d6d02252795623e400d624 Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 1 Apr 2005 21:15:09 +0000 Subject: [PATCH] r6170: Remove redundant flag that I had just added. --- source/include/trans2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/include/trans2.h b/source/include/trans2.h index 63e51d5e196..2aae1137dd7 100644 --- a/source/include/trans2.h +++ b/source/include/trans2.h @@ -472,7 +472,6 @@ Offset Size Name security and trusted */ #define CIFS_UNIX_EXTATTR_CAP 0x8 /* for support of chattr (chflags) and lsattr */ -#define CIFS_UNIX_POSIX_LOCK 0x10 #define SMB_QUERY_POSIX_FS_INFO 0x201 -- 2.11.4.GIT