From f43e972342dbbc9c82804ccd551b43ed55297c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 26 Oct 2010 08:59:52 +0200 Subject: [PATCH] Removed obsolete comments --- src/lowntfs-3g.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 0e549db9..f74a5b36 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -2748,7 +2748,6 @@ static void ntfs_fuse_listxattr(fuse_req_t req, fuse_ino_t ino, size_t size) } #if !KERNELPERMS | (POSIXACLS & !KERNELACLS) /* file must be readable */ -// condition on fill_security ? if (!ntfs_allowed_access(&security,ni,S_IREAD)) { ret = -EACCES; goto exit; @@ -2896,7 +2895,6 @@ static void ntfs_fuse_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, } #if !KERNELPERMS | (POSIXACLS & !KERNELACLS) /* file must be readable */ -// condition on fill_security if (!ntfs_allowed_access(&security, ni, S_IREAD)) { res = -errno; goto exit;