Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131507
b: refs/heads/master
c: f04b30d
h: refs/heads/master
i:
  131505: 82aa3df
  131503: 48d0bc2
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Feb 18, 2009
1 parent a7506d4 commit 94b255c
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: be50344e604f956891fc0013f1ba78823a758124
refs/heads/master: f04b30de3c82528f1ab4c58b3dd4c975f5341901
2 changes: 1 addition & 1 deletion trunk/fs/notify/inotify/inotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static int inotify_handle_get_wd(struct inotify_handle *ih,
int ret;

do {
if (unlikely(!idr_pre_get(&ih->idr, GFP_KERNEL)))
if (unlikely(!idr_pre_get(&ih->idr, GFP_NOFS)))
return -ENOSPC;
ret = idr_get_new_above(&ih->idr, watch, ih->last_wd+1, &watch->wd);
} while (ret == -EAGAIN);
Expand Down

0 comments on commit 94b255c

Please sign in to comment.