]> git.neil.brown.name Git - history.git/commitdiff
[CIFS] remove sparse pointer warning
authorSteve French <stevef@smfhome.smfdom>
Fri, 30 Jul 2004 16:10:05 +0000 (11:10 -0500)
committerSteve French <stevef@smfhome.smfdom>
Fri, 30 Jul 2004 16:10:05 +0000 (11:10 -0500)
Signed-off-by: Steve French (sfrench@us.ibm.com)
fs/cifs/xattr.c

index 5380c349b7dbee194dd9943dc08c2b8a719866c9..ebc69c385d2efadbc922eb44379f5029cf54492a 100644 (file)
@@ -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)