removed duplicated code in lowntfs-3g

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-05-25 10:06:27 +02:00
parent 2e86428fc0
commit 81f1de0559
1 changed files with 0 additions and 4 deletions

View File

@ -3027,10 +3027,6 @@ static void ntfs_fuse_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name,
res = -EOPNOTSUPP;
goto out;
}
if (ctx->streams == NF_STREAMS_INTERFACE_NONE) {
res = -EOPNOTSUPP;
goto out;
}
namespace = xattr_namespace(name);
if (namespace == XATTRNS_NONE) {
res = -EOPNOTSUPP;