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)
        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

Simple merge
diff --cc fs/ntfs/aops.c
Simple merge
Simple merge