NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 18 Jan 2007 09:42:48 +0000 (09:42 +0000)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 18 Jan 2007 09:42:48 +0000 (09:42 +0000)
commit8331191e56802f0155772a3d56bc2a750acc38e1
tree556f3b8f395d7c66b9eca9d35309644b9f1c027d
parenta8b3485287731978899ced11f24628c927890e78
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().

- Fix deadlock in fs/ntfs/inode.c::ntfs_put_inode().  Thanks to Sergey
  Vlasov for the report and detailed analysis of the deadlock.  The fix
  involved getting rid of ntfs_put_inode() altogether and hence NTFS no
  longer has a ->put_inode super operation.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Documentation/filesystems/ntfs.txt
fs/ntfs/ChangeLog
fs/ntfs/dir.c
fs/ntfs/inode.c
fs/ntfs/inode.h
fs/ntfs/super.c