diff options
Diffstat (limited to 'fs/coda/coda_psdev.h')
-rw-r--r-- | fs/coda/coda_psdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/coda/coda_psdev.h b/fs/coda/coda_psdev.h index 801423cbbdfc..52da08c770b0 100644 --- a/fs/coda/coda_psdev.h +++ b/fs/coda/coda_psdev.h | |||
@@ -83,6 +83,9 @@ int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out, | |||
83 | size_t nbytes); | 83 | size_t nbytes); |
84 | int venus_fsync(struct super_block *sb, struct CodaFid *fid); | 84 | int venus_fsync(struct super_block *sb, struct CodaFid *fid); |
85 | int venus_statfs(struct dentry *dentry, struct kstatfs *sfs); | 85 | int venus_statfs(struct dentry *dentry, struct kstatfs *sfs); |
86 | int venus_access_intent(struct super_block *sb, struct CodaFid *fid, | ||
87 | bool *access_intent_supported, | ||
88 | size_t count, loff_t ppos, int type); | ||
86 | 89 | ||
87 | /* | 90 | /* |
88 | * Statistics | 91 | * Statistics |