patch-2.1.101 linux/fs/affs/Changes
Next file: linux/fs/affs/amigaffs.c
Previous file: linux/fs/Makefile
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu May 7 22:58:04 1998
- Orig file:
v2.1.100/linux/fs/affs/Changes
- Orig date:
Tue Mar 10 10:03:33 1998
diff -u --recursive --new-file v2.1.100/linux/fs/affs/Changes linux/fs/affs/Changes
@@ -28,6 +28,26 @@
Please direct bug reports to: hjw@zvw.de
+Version 3.9
+-----------
+
+- Moved cleanup from release_file() to put_inode().
+ This makes the the first one obsolete.
+
+- truncate() zeroes the unused remainder of a
+ partially used last block when a file is truncated.
+ It also marks the inode dirty now (which is not
+ really neccessary as notify_change() will do
+ it anyway).
+
+- Added a few comments, fixed some typos (and
+ introduced some new ones), made the debug messages
+ more consistent. Changed a bad example in the
+ doc file (affs.txt).
+
+- Sets the NOEXEC flag in read_super() for old file
+ systems, since you can't run programs on them.
+
Version 3.8
-----------
Bill Hawes kindly reviewed the affs and sent me the
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov