]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/f2fs/f2fs.h
Merge remote-tracking branch 'sound-asoc/for-next'
[karo-tx-linux.git] / fs / f2fs / f2fs.h
index d1fc93ce184ed6191f506eeea2784bd3a2b2c9a5..590a09efce4a3a8fde298f6d9999212616ac4eb5 100644 (file)
@@ -361,8 +361,8 @@ struct f2fs_sb_info {
        struct rw_semaphore cp_rwsem;           /* blocking FS operations */
        struct mutex node_write;                /* locking node writes */
        struct mutex writepages;                /* mutex for writepages() */
-       int por_doing;                          /* recovery is doing or not */
-       int on_build_free_nids;                 /* build_free_nids is doing */
+       bool por_doing;                         /* recovery is doing or not */
+       bool on_build_free_nids;                /* build_free_nids is doing */
        struct task_struct *cp_task;            /* checkpoint task */
 
        /* for orphan inode management */