]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/f2fs/node.h
Merge branch 'perf-core-for-mingo' into perf/urgent
[karo-tx-linux.git] / fs / f2fs / node.h
index c2015b71ff8707f8f1887c735cfbd3ec75702221..5decc1a375f0071ca00a81bd5d891b507e86ffba 100644 (file)
@@ -42,6 +42,7 @@ struct node_info {
 struct nat_entry {
        struct list_head list;  /* for clean or dirty nat list */
        bool checkpointed;      /* whether it is checkpointed or not */
+       bool fsync_done;        /* whether the latest node has fsync mark */
        struct node_info ni;    /* in-memory node information */
 };