Whamcloud - gitweb
ChangeLog, pf.c:
authorTheodore Ts'o <tytso@mit.edu>
Sun, 31 Dec 2000 13:35:38 +0000 (13:35 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 31 Dec 2000 13:35:38 +0000 (13:35 +0000)
  pf.c: Add code to print out the journalled data flag.

lib/e2p/ChangeLog
lib/e2p/pf.c

index f450c7f..0fe362c 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-31    <tytso@snap.thunk.org>
+
+       * pf.c: Add code to print out the journalled data flag.
+
 2000-12-02    <tytso@snap.thunk.org>
 
        * fgetflags.c (fgetflags):
index c109ac2..3f49b87 100644 (file)
@@ -32,11 +32,12 @@ static struct flags_name flags_array[] = {
        { EXT2_APPEND_FL, "a", "Append_Only" },
        { EXT2_NODUMP_FL, "d", "No_Dump" },
        { EXT2_NOATIME_FL, "A", "No_Atime" },
-       { EXT2_COMPR_FL, "c", "Compression_requested" },
-       { EXT2_COMPRBLK_FL, "B", "Compressed_file" },
-       { EXT2_DIRTY_FL, "D", "Compressed dirty file" },
-       { EXT2_NOCOMPR_FL, "X", "Raw_access" },
+       { EXT2_COMPR_FL, "c", "Compression_Requested" },
+       { EXT2_COMPRBLK_FL, "B", "Compressed_File" },
+       { EXT2_DIRTY_FL, "D", "Compressed_Dirty_File" },
+       { EXT2_NOCOMPR_FL, "X", "Raw_Access" },
        { EXT2_ECOMPR_FL, "E", "Compression_Error" },
+       { EXT3_JOURNAL_DATA_FL, "j", "Journaled_data" },
        { 0, NULL, NULL }
 };