fs: pass exact type of data dirties to ->dirty_inode
[deliverable/linux.git] / include / linux / fs.h
index 241609346dfb7f0853252b3549a2637f3cd3eb2c..573028df050d4bd3c7428d1ec6fda450cf7bc99c 100644 (file)
@@ -1618,7 +1618,7 @@ struct super_operations {
        struct inode *(*alloc_inode)(struct super_block *sb);
        void (*destroy_inode)(struct inode *);
 
-       void (*dirty_inode) (struct inode *);
+       void (*dirty_inode) (struct inode *, int flags);
        int (*write_inode) (struct inode *, struct writeback_control *wbc);
        int (*drop_inode) (struct inode *);
        void (*evict_inode) (struct inode *);
This page took 0.025961 seconds and 5 git commands to generate.