]> git.baikalelectronics.ru Git - kernel.git/commit
NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 20:43:47 +0000 (21:43 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 20:43:47 +0000 (21:43 +0100)
commitb05820aeff939362352105c36aa59eb5ef9b7918
tree0dec3c7f9553f96e3edeab769077723d1ab922e1
parent428558273f827d5e38257ac475a48606187980ed
NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page
      lock protection over the buffer submission for i/o which allows the
      removal of the get_bh()/put_bh() pairs for each buffer.

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