From: Anton Altaparmakov Date: Thu, 8 Sep 2005 15:33:12 +0000 (+0100) Subject: NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge() X-Git-Tag: v2.6.14-rc1~516 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9529d461d0992959026264b8fc002ac01d226708;p=pandora-kernel.git 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 --- Reading git-diff-tree failed