diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
commit | beb116954b9b7f3bb56412b2494b562f02b864b1 (patch) | |
tree | 120e997879884e1b9d93b265221b939d2ef1ade1 /fs/ext2/CHANGES | |
parent | 908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff) |
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'fs/ext2/CHANGES')
-rw-r--r-- | fs/ext2/CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/ext2/CHANGES b/fs/ext2/CHANGES index a2495a41e..aa5aaf0e5 100644 --- a/fs/ext2/CHANGES +++ b/fs/ext2/CHANGES @@ -1,3 +1,13 @@ +Changes from version 0.5a to version 0.5b +========================================= + - Now that we have sysctl(), the immutable flag cannot be changed when + the system is running at security level > 0. + - Some cleanups in the code. + - More consistency checks on directories. + - The ext2.diff patch from Tom May <ftom@netcom.com> has been + integrated. This patch replaces expensive "/" and "%" with + cheap ">>" and "&" where possible. + Changes from version 0.5 to version 0.5a ======================================== - Zero the partial block following the end of the file when a file |