]> git.baikalelectronics.ru Git - kernel.git/commit
mapping_set_error: add unlikely()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 24 Jul 2008 04:27:19 +0000 (21:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:15 +0000 (10:47 -0700)
commit30786c3b69f22c59b02f9e66959459c892d4795d
tree5835610f8c89786ef18860e02937d1dd9b0977f6
parentc4d46de7bec388ac9837a47965af52c77e36682c
mapping_set_error: add unlikely()

This is called on a per-page basis and in the vast majority of cases
`error' is zero.

Cc: Guillaume Chazarain <guichaz@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/pagemap.h