Whamcloud - gitweb
ChangeLog, pf.c:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 01:43:28 +0000 (01:43 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 01:43:28 +0000 (01:43 +0000)
  pf.c: Clarified name of the Compression_Raw_Access flag, and
   capitalized Journaled_Data.

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

index db49f0a..e9e1c9e 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 3f49b87..60f5dea 100644 (file)
@@ -35,9 +35,9 @@ static struct flags_name flags_array[] = {
        { 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 }
 };