Commit 248ec5bb authored by Steve French's avatar Steve French

[CIFS] remove sparse pointer warning

Signed-off-by: Steve French (sfrench@us.ibm.com)
parent 99202312
......@@ -72,7 +72,7 @@ int cifs_removexattr(struct dentry * direntry, const char * ea_name)
system and perhaps security prefixes? */
} else {
ea_name+=5; /* skip past user. prefix */
rc = CIFSSMBSetEA(xid,pTcon,full_path,ea_name,0,
rc = CIFSSMBSetEA(xid,pTcon,full_path,ea_name,NULL,
(__u16)0, cifs_sb->local_nls);
}
if (full_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment