]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NTFS: Improve scalability by changing the driver global spin lock in
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 21:13:02 +0000 (22:13 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 21:13:02 +0000 (22:13 +0100)
commite604635c8bea16f6177e6133eb3efbfb4a029ef6
treed0d7237d58ee4200123701c61ffb35a88872c04c
parenta01ac532b519dc0e0b4d8bc4e12373e4e4cd1b1a
NTFS: Improve scalability by changing the driver global spin lock in
      fs/ntfs/aops.c::ntfs_end_buffer_async_read() to a bit spin lock
      in the first buffer head of a page.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/ChangeLog
fs/ntfs/aops.c