aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/xattr.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2006-09-21 07:02:52 +0000
committerSteve French <sfrench@us.ibm.com>2006-09-21 07:02:52 +0000
commit2fe87f02a04ad6e7075023a87fe38eb458a4bb9d (patch)
treeec095fecdccad724faa6560cf7a81a9494a5a093 /fs/cifs/xattr.c
parentb835bebe95608c81270636a78b70333afb011925 (diff)
downloadlinux-2fe87f02a04ad6e7075023a87fe38eb458a4bb9d.tar.gz
[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
Samba bugzilla #4040 Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/xattr.c')
-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 067648b7179b5b..18fcec190f8b5c 100644
--- a/fs/cifs/xattr.c
+++ b/fs/cifs/xattr.c
@@ -269,7 +269,7 @@ ssize_t cifs_getxattr(struct dentry * direntry, const char * ea_name,
rc = CIFSSMBGetCIFSACL(xid, pTcon, fid,
ea_value, buf_size,
ACL_TYPE_ACCESS);
- CIFSSMBClose(xid, pTcon, fid)
+ CIFSSMBClose(xid, pTcon, fid);
}
} */ /* BB enable after fixing up return data */