diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/coda_linux.h | 1 | ||||
| -rw-r--r-- | include/linux/coda_psdev.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/coda_linux.h b/include/linux/coda_linux.h index c4079b403e..1c47a34aa7 100644 --- a/include/linux/coda_linux.h +++ b/include/linux/coda_linux.h | |||
| @@ -36,7 +36,6 @@ extern const struct file_operations coda_ioctl_operations; | |||
| 36 | 36 | ||
| 37 | /* operations shared over more than one file */ | 37 | /* operations shared over more than one file */ |
| 38 | int coda_open(struct inode *i, struct file *f); | 38 | int coda_open(struct inode *i, struct file *f); |
| 39 | int coda_flush(struct file *f, fl_owner_t id); | ||
| 40 | int coda_release(struct inode *i, struct file *f); | 39 | int coda_release(struct inode *i, struct file *f); |
| 41 | int coda_permission(struct inode *inode, int mask, struct nameidata *nd); | 40 | int coda_permission(struct inode *inode, int mask, struct nameidata *nd); |
| 42 | int coda_revalidate_inode(struct dentry *); | 41 | int coda_revalidate_inode(struct dentry *); |
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index aa8f454b3b..07ae8f8460 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h | |||
| @@ -33,9 +33,6 @@ int venus_setattr(struct super_block *, struct CodaFid *, struct coda_vattr *); | |||
| 33 | int venus_lookup(struct super_block *sb, struct CodaFid *fid, | 33 | int venus_lookup(struct super_block *sb, struct CodaFid *fid, |
| 34 | const char *name, int length, int *type, | 34 | const char *name, int length, int *type, |
| 35 | struct CodaFid *resfid); | 35 | struct CodaFid *resfid); |
| 36 | int venus_store(struct super_block *sb, struct CodaFid *fid, int flags, | ||
| 37 | vuid_t uid); | ||
| 38 | int venus_release(struct super_block *sb, struct CodaFid *fid, int flags); | ||
| 39 | int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, | 36 | int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, |
| 40 | vuid_t uid); | 37 | vuid_t uid); |
| 41 | int venus_open(struct super_block *sb, struct CodaFid *fid, int flags, | 38 | int venus_open(struct super_block *sb, struct CodaFid *fid, int flags, |
