fs: pass exact type of data dirties to ->dirty_inode
[deliverable/linux.git] / fs / jffs2 / fs.c
index e896e67767eb9e10515f37a7608fd7bdcc2d330d..46ad619b6124fdd92ab0ac83e439311a58c4ca9b 100644 (file)
@@ -357,7 +357,7 @@ error:
        return ERR_PTR(ret);
 }
 
-void jffs2_dirty_inode(struct inode *inode)
+void jffs2_dirty_inode(struct inode *inode, int flags)
 {
        struct iattr iattr;
 
This page took 0.023443 seconds and 5 git commands to generate.