diff --git a/[refs] b/[refs] index 36de52a0ecd7..0cd401b12a4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ddf9c6d472825ceda66b3adff0f6437dbcd37f71 +refs/heads/master: 088e54658f559a13c2b988086512d76fe9e8f846 diff --git a/trunk/include/linux/pagemap.h b/trunk/include/linux/pagemap.h index 2d1ffe3cf1ee..9c66e994540f 100644 --- a/trunk/include/linux/pagemap.h +++ b/trunk/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; }