]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry
authorAnton Altaparmakov <aia21@cantab.net>
Fri, 23 Sep 2005 10:24:28 +0000 (11:24 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Fri, 23 Sep 2005 10:24:28 +0000 (11:24 +0100)
commit715dc636b64b57aee7aee7e8b5bf4f5267a6df48
tree967c70011391cb38e232015902189623eb9c5193
parent91fbc6edfa7086b5fcdb74ea82ab747104541f1f
NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry
      since we otherwise get into a lock reversal deadlock if a read locked
      runlist is passed in. In the process also change it to take an ntfs
      inode instead of a vfs inode as parameter.

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