|
@@ -798,13 +798,7 @@ extern int ceph_mmap(struct file *file, struct vm_area_struct *vma);
|
|
|
/* file.c */
|
|
|
extern const struct file_operations ceph_file_fops;
|
|
|
extern const struct address_space_operations ceph_aops;
|
|
|
-extern int ceph_copy_to_page_vector(struct page **pages,
|
|
|
- const char *data,
|
|
|
- loff_t off, size_t len);
|
|
|
-extern int ceph_copy_from_page_vector(struct page **pages,
|
|
|
- char *data,
|
|
|
- loff_t off, size_t len);
|
|
|
-extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags);
|
|
|
+
|
|
|
extern int ceph_open(struct inode *inode, struct file *file);
|
|
|
extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry,
|
|
|
struct file *file, unsigned flags, umode_t mode,
|