Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131326
b: refs/heads/master
c: 9970937
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Feb 13, 2009
1 parent 27df0c3 commit b9fd1bd
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: fb0886745a75ce98bde3aac421adc69fe61a1905
refs/heads/master: 99709372736a216f99eb32b76fba835a2bfc93a8
2 changes: 1 addition & 1 deletion trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ static inline int sock_writeable(const struct sock *sk)

static inline gfp_t gfp_any(void)
{
return in_atomic() ? GFP_ATOMIC : GFP_KERNEL;
return in_softirq() ? GFP_ATOMIC : GFP_KERNEL;
}

static inline long sock_rcvtimeo(const struct sock *sk, int noblock)
Expand Down

0 comments on commit b9fd1bd

Please sign in to comment.