ceph: implement i_op->atomic_open()
[deliverable/linux.git] / fs / ceph / super.h
index fc35036d258d7b830c37f5cba078f53c53e7d574..e61e54673e561b4c52b02f9e035cf80af7024a68 100644 (file)
@@ -806,9 +806,9 @@ extern int ceph_copy_from_page_vector(struct page **pages,
                                    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 struct dentry *ceph_lookup_open(struct inode *dir, struct dentry *dentry,
-                                      struct nameidata *nd, int mode,
-                                      int locked_dir);
+extern struct file *ceph_lookup_open(struct inode *dir, struct dentry *dentry,
+                                    struct opendata *od, unsigned flags,
+                                    umode_t mode);
 extern int ceph_release(struct inode *inode, struct file *filp);
 
 /* dir.c */
This page took 0.02509 seconds and 5 git commands to generate.