summaryrefslogtreecommitdiffstats
path: root/fs/cifs/xattr.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-09-22 17:51:59 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-22 17:51:59 -0700
commit3eeab61aa3ddd3c0bedb7449ada1599de22fdb5a (patch)
tree0bb8477f775e48ab32900d254116288ee794441d /fs/cifs/xattr.c
parent6585b572402e5ec7936422123b44b65fef7a5ea6 (diff)
parentb8c06a2ab68661bf841e21003f4447f8d422aed3 (diff)
downloadtalos-op-linux-3eeab61aa3ddd3c0bedb7449ada1599de22fdb5a.tar.gz
talos-op-linux-3eeab61aa3ddd3c0bedb7449ada1599de22fdb5a.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: [CIFS] statfs for cifs unix extensions no longer experimental [CIFS] New POSIX locking code not setting rc properly to zero on successful [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
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 067648b7179b..18fcec190f8b 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 */
OpenPOWER on IntegriCloud