mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
Removed obsolete comments
This commit is contained in:
parent
2f82b18b4b
commit
f43e972342
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user