X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fntfs%2Fmalloc.h;h=e38e402e410351c6a70ff9ae148f10133ee28177;hb=eebd2aa355692afaf9906f62118620f1a1c19dbb;hp=590887b943f511ca964bc1c4cd30dc4cf7e0b0fd;hpb=8caf89157d64f1eedba37113afb4b303b2b3e301;p=~andy%2Flinux diff --git a/fs/ntfs/malloc.h b/fs/ntfs/malloc.h index 590887b943f..e38e402e410 100644 --- a/fs/ntfs/malloc.h +++ b/fs/ntfs/malloc.h @@ -39,8 +39,7 @@ * If there was insufficient memory to complete the request, return NULL. * Depending on @gfp_mask the allocation may be guaranteed to succeed. */ -static inline void *__ntfs_malloc(unsigned long size, - gfp_t gfp_mask) +static inline void *__ntfs_malloc(unsigned long size, gfp_t gfp_mask) { if (likely(size <= PAGE_SIZE)) { BUG_ON(!size);