Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230731
b: refs/heads/master
c: 088e546
h: refs/heads/master
i:
  230729: 4584b53
  230727: 95fbad2
v: v3
  • Loading branch information
Steven Rostedt authored and Linus Torvalds committed Jan 14, 2011
1 parent 8d51382 commit 15e2ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddf9c6d472825ceda66b3adff0f6437dbcd37f71
refs/heads/master: 088e54658f559a13c2b988086512d76fe9e8f846
2 changes: 1 addition & 1 deletion trunk/include/linux/pagemap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 15e2ea8

Please sign in to comment.