commit | 9529d461d0992959026264b8fc002ac01d226708 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Thu Sep 08 16:33:12 2005 +0100 |
committer | Anton Altaparmakov <aia21@cantab.net> | Thu Sep 08 16:33:12 2005 +0100 |
tree | 25e08068af33bf8fe05cdca944e0100642b87190 | |
parent | 06d0e3cf3d527f927681773c6ffbe697ccc5db7f [diff] |
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>