kernel/fs/nilfs2/the_nilfs.h
.. .. @@ -29,6 +29,7 @@ 29 29 THE_NILFS_DISCONTINUED, /* 'next' pointer chain has broken */ 30 30 THE_NILFS_GC_RUNNING, /* gc process is running */ 31 31 THE_NILFS_SB_DIRTY, /* super block is dirty */ 32 + THE_NILFS_PURGING, /* disposing dirty files for cleanup */32 33 }; 33 34 34 35 /** .. .. @@ -208,6 +209,7 @@ 208 209 THE_NILFS_FNS(DISCONTINUED, discontinued) 209 210 THE_NILFS_FNS(GC_RUNNING, gc_running) 210 211 THE_NILFS_FNS(SB_DIRTY, sb_dirty) 212 +THE_NILFS_FNS(PURGING, purging)211 213 212 214 /* 213 215 * Mount option operations