Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264869
b: refs/heads/master
c: ebf4127
h: refs/heads/master
i:
  264867: caf63ed
v: v3
  • Loading branch information
Milan Broz authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 6a7250e commit c0f183e
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: b5fb0a03214dfd02bc34bda659d5b89ef12741b2
refs/heads/master: ebf4127cd677e9781b450e44dfaaa1cc595efcaa
2 changes: 1 addition & 1 deletion trunk/lib/kobject_uevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
kobj_bcast_filter,
kobj);
/* ENOBUFS should be handled in userspace */
if (retval == -ENOBUFS)
if (retval == -ENOBUFS || retval == -ESRCH)
retval = 0;
} else
retval = -ENOMEM;
Expand Down

0 comments on commit c0f183e

Please sign in to comment.