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)
commit9529d461d0992959026264b8fc002ac01d226708
tree25e08068af33bf8fe05cdca944e0100642b87190
parent06d0e3cf3d527f927681773c6ffbe697ccc5db7f
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