commit | 905685f68fc72844b8c2689c39a5c6c35e840152 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Thu Mar 10 11:06:19 2005 +0000 |
committer | Anton Altaparmakov <aia21@cantab.net> | Thu May 05 11:26:01 2005 +0100 |
tree | 0ff1d145a7771b24643c1b685ecbb3f791cda6fb | |
parent | 43b01fda8b17b2b63e7dcdeed11c2ebba56b1fc9 [diff] |
NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect and handle the case where an attribute is converted from resident to non-resident by a concurrent file write. - Reorder some operations when converting an attribute from resident to non-resident (fs/ntfs/attrib.c) so it is safe wrt concurrent ->readpage and ->writepage. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>