From: Anton Altaparmakov Date: Thu, 8 Sep 2005 15:28:25 +0000 (+0100) Subject: NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version. X-Git-Tag: v2.6.14-rc1~517 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d0e3cf3d527f927681773c6ffbe697ccc5db7f;p=pandora-kernel.git NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version. - Modify fs/ntfs/malloc.h::ntfs_malloc_nofs() to do the kmalloc() based allocations with __GFP_HIGHMEM, analogous to how the vmalloc() based allocations are done. - Add fs/ntfs/malloc.h::ntfs_malloc_nofs_nofail() which is analogous to ntfs_malloc_nofs() but it performs allocations with __GFP_NOFAIL and hence cannot fail. Signed-off-by: Anton Altaparmakov --- Reading git-diff-tree failed