diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-01-08 13:33:39 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-01-08 13:33:39 +0000 |
commit | 665f7107c595ff5bace48d360d506e3d968b9991 (patch) | |
tree | ce73b0c7ea05bc85a458f6f6a275dfed5d315a19 /doc | |
parent | 5515e6b47de9ff941164a546dd9a74e9c6da3367 (diff) | |
download | e2fsprogs-665f7107c595ff5bace48d360d506e3d968b9991.tar.gz |
ChangeLog, inode.c:
inode.c (ext2fs_read_inode, ext2fs_write_inode): Check to see if the
inode number is zero; if it's zero, return EXT2_ET_BAD_INODE_NUM.
ChangeLog, fsck.c:
fsck.c (load_fs_info): If the pass number field is missing, it needs
to be treated as zero.
libext2fs.texinfo, README:
Update for 1.14 release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libext2fs.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 53d899b7..4fe80b82 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libext2fs.info -@settitle The EXT2FS Library (version 1.13) +@settitle The EXT2FS Library (version 1.14) @synindex tp fn @comment %**end of header @@ -60,8 +60,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.13 -@subtitle December 1998 +@subtitle Version 1.14 +@subtitle January 1999 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.13. +This manual documents the EXT2FS Library, version 1.14. @end ifinfo |