Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105282
b: refs/heads/master
c: 2185e69
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 24, 2008
1 parent 509581a commit 1c067a4
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: 9023cb7e8564d95a1893f8cb6895a293be9a71fe
refs/heads/master: 2185e69f680ae8c8496b6fc15e20c889d5b39b67
2 changes: 1 addition & 1 deletion trunk/include/linux/pagemap.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

static inline void mapping_set_error(struct address_space *mapping, int error)
{
if (error) {
if (unlikely(error)) {
if (error == -ENOSPC)
set_bit(AS_ENOSPC, &mapping->flags);
else
Expand Down

0 comments on commit 1c067a4

Please sign in to comment.