mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-20 23:40:00 +08:00
601002bd2a
ext2_fs.h (i_reserved2): Use __GNU__ instead of __hurd__ to detect the Hurd OS. To protect against future irrationality on the part of the FSF concerning whether Linux is GNU or not, on a system which defines both __linux__ and __GNU___, __linux__ takes precedence. ChangeLog, initialize.c: initialize.c (CREATOR_OS): Use __GNU__ instead of __gnu__ to detect the Hurd OS. ChangeLog, debugfs.c: debugfs.c (do_dirty_filesys): Make the "dirty" command clear the valid bit on the superblock. (And with a -clean option to set the valid bit.) Originally it was used just to set the "needs to be written" bit in the in-core version of the fs structure. |
||
---|---|---|
contrib | ||
debugfs | ||
doc | ||
e2fsck | ||
include | ||
install-utils | ||
lib | ||
misc | ||
resize | ||
tests | ||
util | ||
.cvsignore | ||
.fix-Changelog | ||
.head-Changelog | ||
.hgtags | ||
.missing-copyright | ||
.release-checklist | ||
ChangeLog | ||
config.guess | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
depfix.sed | ||
e2fsprogs.lsm | ||
e2fsprogs.spec | ||
INSTALL | ||
install-sh | ||
INSTALL.dllbin | ||
INSTALL.elfbin | ||
Makefile.in | ||
MCONFIG.in | ||
mkinstalldirs | ||
README | ||
RELEASE-NOTES | ||
SHLIBS | ||
TODO | ||
version.h | ||
wordwrap.pl |
This is the new version (1.16) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix bugs and to make the utilities more robust. You can always find information about the latest version at the the e2fsprogs web page, which is: http://web.mit.edu/tytso/www/linux/e2fsprogs.html Note: If you are using the RedHat RPM distributions of e2fsprogs, don't worry about the next paragraph; all others, please read on! See the file INSTALL for instructions on building and installing e2fsprogs. This is important! Note that your /etc/fstab file may need modifying before you install the new fsck program. See the INSTALL file for more details. In case of bugs in these programs, please contact Ted Ts'o at tytso@valinux.com or tytso@alum.mit.edu. See the e2fsck man page for suggestions of what sort of information to include when submitting bug reports for these programs.