From 81f1de055980760b7ad691181922373687b364dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 25 May 2010 10:06:27 +0200 Subject: [PATCH] removed duplicated code in lowntfs-3g --- src/lowntfs-3g.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 5284ec02..58f7cf76 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -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;