summaryrefslogtreecommitdiff
path: root/lib/e2p/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/e2p/pf.c')
-rw-r--r--lib/e2p/pf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/e2p/pf.c b/lib/e2p/pf.c
index f03193c0..e2f8ce50 100644
--- a/lib/e2p/pf.c
+++ b/lib/e2p/pf.c
@@ -49,6 +49,7 @@ static struct flags_name flags_array[] = {
{ EXT2_TOPDIR_FL, "T", "Top_of_Directory_Hierarchies" },
{ EXT4_EXTENTS_FL, "e", "Extents" },
{ EXT4_HUGE_FILE_FL, "h", "Huge_file" },
+ { FS_NOCOW_FL, "C", "No_COW" },
{ 0, NULL, NULL }
};