]> git.baikalelectronics.ru Git - kernel.git/commit
NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge()
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 15:33:12 +0000 (16:33 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 15:33:12 +0000 (16:33 +0100)
commit6c379f847978c98b396ffc94c518a5520883382c
tree25e08068af33bf8fe05cdca944e0100642b87190
parent603fb3c5df464dec98820c28e099aa1758fea434
NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge()
      in the two critical regions.  This means we no longer need to
      panic() when the allocation fails as it now cannot fail.

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