[CIFS] Fix typo

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2006-01-12 20:57:56 -08:00
parent 0a4b92c05e
commit 84153973a2

View file

@ -2497,7 +2497,6 @@ GetExtAttrOut:
/* Convert CIFS ACL to POSIX form */ /* Convert CIFS ACL to POSIX form */
static int parse_sec_desc(struct sec_desc * psec_desc, int acl_len) static int parse_sec_desc(struct sec_desc * psec_desc, int acl_len)
{ {
CHECK ON OTHER COMPUTER TO SEE IF FORMAT ENCODED IN CIFSPDU.H ALREADY
return 0; return 0;
} }