->atomic_open() prototype change - pass int * instead of bool *
[deliverable/linux.git] / fs / cifs / cifsfs.h
index 3a572bf5947f85d8efa61b41b2fc0a72b2bda04f..92a7c3d8a031b7f6e3820bb1ddefc15bb27ecbe8 100644 (file)
@@ -48,7 +48,7 @@ extern int cifs_create(struct inode *, struct dentry *, umode_t,
                       struct nameidata *);
 extern struct file *cifs_atomic_open(struct inode *, struct dentry *,
                                     struct opendata *, unsigned, umode_t,
-                                    bool *);
+                                    int *);
 extern struct dentry *cifs_lookup(struct inode *, struct dentry *,
                                  struct nameidata *);
 extern int cifs_unlink(struct inode *dir, struct dentry *dentry);
This page took 0.025374 seconds and 5 git commands to generate.