workqueue: exit rescuer_thread() as TASK_RUNNING
[deliverable/linux.git] / fs / internal.h
index 371bcc4b1697df808e506a6f88735209dec17dd8..2f6af7f645ebc3d8862da4edb1d71bc811c8d788 100644 (file)
@@ -97,8 +97,8 @@ struct open_flags {
        int acc_mode;
        int intent;
 };
-extern struct file *do_filp_open(int dfd, const char *pathname,
-               const struct open_flags *op, int lookup_flags);
+extern struct file *do_filp_open(int dfd, struct filename *pathname,
+               const struct open_flags *op, int flags);
 extern struct file *do_file_open_root(struct dentry *, struct vfsmount *,
                const char *, const struct open_flags *, int lookup_flags);
 
@@ -110,6 +110,7 @@ extern int open_check_o_direct(struct file *f);
  * inode.c
  */
 extern spinlock_t inode_sb_list_lock;
+extern void inode_add_lru(struct inode *inode);
 
 /*
  * fs-writeback.c
This page took 0.027352 seconds and 5 git commands to generate.