]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ntfs/aops.c
NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 10 Mar 2005 11:06:19 +0000 (11:06 +0000)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 5 May 2005 10:26:01 +0000 (11:26 +0100)
commit905685f68fc72844b8c2689c39a5c6c35e840152
tree0ff1d145a7771b24643c1b685ecbb3f791cda6fb
parent43b01fda8b17b2b63e7dcdeed11c2ebba56b1fc9
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>
fs/ntfs/ChangeLog
fs/ntfs/aops.c
fs/ntfs/attrib.c