From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 3 Sep 2005 22:54:56 +0000 (-0700) Subject: [PATCH] mm: remove implied vm_ops check X-Git-Tag: v2.6.14-rc1~962 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4944e76d81801b8e60ed3e7789443f210c16ed65;p=pandora-kernel.git [PATCH] mm: remove implied vm_ops check If !vma->vm-ops we already BUG above, so retesting it is useless. The compiler cannot optimize this because BUG is a macro and is not thus marked noreturn; that should possibly be fixed. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed