X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fpagemap.h;h=9c66e994540f6d91750e6d78b30201c0156e0de9;hb=4c7fd114c65830cb052b6f3d0ab5b11626e64d5d;hp=2d1ffe3cf1ee6ae4d8f443ed5db16044244c413e;hpb=d392da5207352f09030e95d9ea335a4225667ec0;p=mv-sheeva.git diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 2d1ffe3cf1e..9c66e994540 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -48,7 +48,7 @@ static inline void mapping_clear_unevictable(struct address_space *mapping) static inline int mapping_unevictable(struct address_space *mapping) { - if (likely(mapping)) + if (mapping) return test_bit(AS_UNEVICTABLE, &mapping->flags); return !!mapping; }