aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <stevef@smfhome.smfdom>2004-07-30 11:10:05 -0500
committerSteve French <stevef@smfhome.smfdom>2004-07-30 11:10:05 -0500
commit248ec5bb5a3d700234edcf9edd47bc3ff986c401 (patch)
treeacd5b52c8f52e639d2ff02a197672a1c13f3a1d6 /fs
parent99202312a6e44bbe29355c5706064fb71dd33db9 (diff)
downloadhistory-248ec5bb5a3d700234edcf9edd47bc3ff986c401.tar.gz
[CIFS] remove sparse pointer warning
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/xattr.c b/fs/cifs/xattr.c
index 5380c349b7dbee..ebc69c385d2efa 100644
--- a/fs/cifs/xattr.c
+++ b/fs/cifs/xattr.c
@@ -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)