diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-08-14 14:37:37 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-08-14 14:37:37 +0000 |
commit | 153a977a25e951955323baa2da68f8cebd986f08 (patch) | |
tree | b9fc8d73ef0e146917b535657d28e3103f84520b /include/linux | |
parent | a2980713807a1e579700483861f7a92ff9a92ad8 (diff) | |
download | e2fsprogs-153a977a25e951955323baa2da68f8cebd986f08.tar.gz |
ChangeLog, ls.c:
ls.c (list_super): Use better description of s_last_orphan
.del-ext2_fs.h~7a460879, ChangeLog:
ext2_fs.h: Add comment explaining when journal fields are valid.
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ChangeLog | 4 | ||||
-rw-r--r-- | include/linux/ext2_fs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/ChangeLog b/include/linux/ChangeLog index c4fd3588..3d0ccb94 100644 --- a/include/linux/ChangeLog +++ b/include/linux/ChangeLog @@ -1,3 +1,7 @@ +2000-08-14 <tytso@valinux.com> + + * ext2_fs.h: Add comment explaining when journal fields are valid. + 2000-07-13 <tytso@valinux.com> * Release of E2fsprogs 1.19 diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h index 2f8fcfbc..eca1a48a 100644 --- a/include/linux/ext2_fs.h +++ b/include/linux/ext2_fs.h @@ -382,7 +382,7 @@ struct ext2_super_block { __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */ __u16 s_padding1; /* - * Journaling support. + * Journaling support valid if EXT2_FEATURE_COMPAT_HAS_JOURNAL set. */ __u8 s_journal_uuid[16]; /* uuid of journal superblock */ __u32 s_journal_inum; /* inode number of journal file */ |