diff options
| author | Jan Harkes <jaharkes@cs.cmu.edu> | 2003-09-16 03:33:32 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-16 03:33:32 -0700 |
| commit | 449fe968e1cd68897cc9bd20f9a8040a02aa60bb (patch) | |
| tree | 0da09c17f6416b8616887748707e531f9c7556d5 /include/linux/coda_linux.h | |
| parent | 64353a2bae9026326af3f34b87918c2e94120b8e (diff) | |
[PATCH] Coda updates [3/5]
Both userspace and the kernel are testing only the fsuid part of the
coda_creds credentials structure. Nothing else is really used, so we now
match the code with the actual usage by only passing fsuid around. The
kernel-userspace API is kept compatible (for now).
Diffstat (limited to 'include/linux/coda_linux.h')
| -rw-r--r-- | include/linux/coda_linux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/coda_linux.h b/include/linux/coda_linux.h index 80835f7dd00d..42a8ec1f81f1 100644 --- a/include/linux/coda_linux.h +++ b/include/linux/coda_linux.h @@ -54,12 +54,9 @@ char *coda_f2s(ViceFid *f); int coda_isroot(struct inode *i); int coda_iscontrol(const char *name, size_t length); -void coda_load_creds(struct coda_cred *cred); void coda_vattr_to_iattr(struct inode *, struct coda_vattr *); void coda_iattr_to_vattr(struct iattr *, struct coda_vattr *); unsigned short coda_flags_to_cflags(unsigned short); -int coda_cred_ok(struct coda_cred *cred); -int coda_cred_eq(struct coda_cred *cred1, struct coda_cred *cred2); /* sysctl.h */ void coda_sysctl_init(void); |
