fs: pass exact type of data dirties to ->dirty_inode
[deliverable/linux.git] / fs / jffs2 / os-linux.h
index 00bae7cc2e48eba4029f0b58d92e2113e057c5a6..65c6c43ca482b4359e675be6c21a0f6d5d97ac69 100644 (file)
@@ -172,7 +172,7 @@ int jffs2_setattr (struct dentry *, struct iattr *);
 int jffs2_do_setattr (struct inode *, struct iattr *);
 struct inode *jffs2_iget(struct super_block *, unsigned long);
 void jffs2_evict_inode (struct inode *);
-void jffs2_dirty_inode(struct inode *inode);
+void jffs2_dirty_inode(struct inode *inode, int flags);
 struct inode *jffs2_new_inode (struct inode *dir_i, int mode,
                               struct jffs2_raw_inode *ri);
 int jffs2_statfs (struct dentry *, struct kstatfs *);
This page took 0.029842 seconds and 5 git commands to generate.