NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after
authorAnton Altaparmakov <aia21@cantab.net>
Mon, 7 Mar 2005 21:43:38 +0000 (21:43 +0000)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 5 May 2005 10:20:49 +0000 (11:20 +0100)
commitc0c1cc0e46b36347f11b566f99087dc5e6fc1b89
tree773105bdde7454d10dccc127048a9847f7e01f11
parent271849a98849394ea85fa7caa8a1aaa2b3a849b7
NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after
        dropping the read lock and taking the write lock we were not checking
        whether someone else did not already do the work we wanted to do.
      - Rename ntfs_find_vcn_nolock() to ntfs_attr_find_vcn_nolock().
      - Tidy up some comments in fs/ntfs/runlist.c.
      - Add LCN_ENOMEM and LCN_EIO definitions to fs/ntfs/runlist.h.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/ChangeLog
fs/ntfs/attrib.c
fs/ntfs/attrib.h
fs/ntfs/lcnalloc.c
fs/ntfs/mft.c
fs/ntfs/runlist.c
fs/ntfs/runlist.h