diff options
| author | Dave Kleikamp <shaggy@austin.ibm.com> | 2003-09-04 22:38:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-04 22:38:49 -0700 |
| commit | cd48bc4afd2e7db2ec04b3174076b5bc091b116e (patch) | |
| tree | 03d8ae4cf8cd47a8d398fa3c949d4a6f253d35b6 | |
| parent | 162d1fd2db98a7a123685e7ca993eeb60f377385 (diff) | |
[PATCH] New version of jfsutils needed
A recent change to the 2.6.0 kernel has changed the behavior of opening a
block device with the O_EXCL flag. This can cause fsck.jfs to fail to
replay the journal when a file system is mounted read-only.
The JFS utilities have been fixed, and it is recommended that any users of
JFS update the utilities to version 1.1.3.
| -rw-r--r-- | Documentation/Changes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 5ce920c736c7..f26c7c282164 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -54,7 +54,7 @@ o binutils 2.12 # ld -v o util-linux 2.10o # fdformat --version o module-init-tools 0.9.9 # depmod -V o e2fsprogs 1.29 # tune2fs -o jfsutils 1.0.14 # fsck.jfs -V +o jfsutils 1.1.3 # fsck.jfs -V o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o xfsprogs 2.1.0 # xfs_db -V o pcmcia-cs 3.1.21 # cardmgr -V |
