diff options
Diffstat (limited to 'include/linux/coda_psdev.h')
| -rw-r--r-- | include/linux/coda_psdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index 284b520934a0..1e60c5a41a5b 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h | |||
| @@ -63,7 +63,7 @@ int venus_symlink(struct super_block *sb, struct CodaFid *fid, | |||
| 63 | int venus_access(struct super_block *sb, struct CodaFid *fid, int mask); | 63 | int venus_access(struct super_block *sb, struct CodaFid *fid, int mask); |
| 64 | int venus_pioctl(struct super_block *sb, struct CodaFid *fid, | 64 | int venus_pioctl(struct super_block *sb, struct CodaFid *fid, |
| 65 | unsigned int cmd, struct PioctlData *data); | 65 | unsigned int cmd, struct PioctlData *data); |
| 66 | int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb); | 66 | int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out); |
| 67 | int venus_fsync(struct super_block *sb, struct CodaFid *fid); | 67 | int venus_fsync(struct super_block *sb, struct CodaFid *fid); |
| 68 | int venus_statfs(struct dentry *dentry, struct kstatfs *sfs); | 68 | int venus_statfs(struct dentry *dentry, struct kstatfs *sfs); |
| 69 | 69 | ||
