+2001-01-11 Theodore Ts'o <tytso@valinux.com>
+
+ * pf.c: Clarified name of the Compression_Raw_Access flag, and
+ capitalized Journaled_Data.
+
2001-01-01 <tytso@snap.thunk.org>
* ls.c: Remove our own internal definition of struct ext2fs_sb.
{ 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_NOCOMPR_FL, "X", "Compression_Raw_Access" },
{ EXT2_ECOMPR_FL, "E", "Compression_Error" },
- { EXT3_JOURNAL_DATA_FL, "j", "Journaled_data" },
+ { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" },
{ 0, NULL, NULL }
};