diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-02 15:31:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-02 15:31:06 +0000 |
commit | 52014e085787404ae9299200ab8c1f9213d18ddf (patch) | |
tree | 1021638625954631c2ef748d0ba3292f87802be2 /libnetfs | |
parent | 27a22446aa383fe04e5aef0c143212f96e803bd3 (diff) |
Never mind.c
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/netfs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h index 5bcd2bfc..0a16d5b2 100644 --- a/libnetfs/netfs.h +++ b/libnetfs/netfs.h @@ -232,11 +232,9 @@ error_t netfs_attempt_read (struct netcred *cred, struct node *np, error_t netfs_attempt_write (struct netcred *cred, struct node *np, off_t offset, size_t *len, void *data); -/* The user must define this function. On entry, *TYPES identifies - the sorts of access which should be check. Return the valid access +/* The user must define this function. Return the valid access types (bitwise OR of O_READ, O_WRITE, and O_EXEC) in *TYPES for - file NP and user CRED. (In other words, this routine should only - turn off bits. */ + file NP and user CRED. */ void netfs_report_access (struct netcred *cred, struct node *np, int *types); |