summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-02 15:30:17 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-02 15:30:17 +0000
commit0af188e31bd3490ff0b5acf868ce9c14b00803f5 (patch)
tree378407ee4bcfe6f60f881b61d2086d9d0d6ff689 /libnetfs
parent6f7ae27fff091d302ea32a492309d702c245fed8 (diff)
(netfs_S_file_check_access): Never mind.c
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/file-check-access.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnetfs/file-check-access.c b/libnetfs/file-check-access.c
index 183b0cd9..f9d16192 100644
--- a/libnetfs/file-check-access.c
+++ b/libnetfs/file-check-access.c
@@ -30,7 +30,6 @@ netfs_S_file_check_access (struct protid *user,
return EOPNOTSUPP;
mutex_lock (&user->po->np->lock);
- *types = user->po->openstat & (O_WRITE|O_READ|O_EXEC);
netfs_report_access (user->credential, user->po->np, types);
mutex_unlock (&user->po->np->lock);
return 0;