diff options
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 6d56fae863ca..8197a3cf750b 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -888,7 +888,7 @@ extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry, | |||
888 | extern int ceph_release(struct inode *inode, struct file *filp); | 888 | extern int ceph_release(struct inode *inode, struct file *filp); |
889 | extern void ceph_fill_inline_data(struct inode *inode, struct page *locked_page, | 889 | extern void ceph_fill_inline_data(struct inode *inode, struct page *locked_page, |
890 | char *data, size_t len); | 890 | char *data, size_t len); |
891 | 891 | int ceph_uninline_data(struct file *filp, struct page *locked_page); | |
892 | /* dir.c */ | 892 | /* dir.c */ |
893 | extern const struct file_operations ceph_dir_fops; | 893 | extern const struct file_operations ceph_dir_fops; |
894 | extern const struct inode_operations ceph_dir_iops; | 894 | extern const struct inode_operations ceph_dir_iops; |