Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243538
b: refs/heads/master
c: 6b0ae40
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Sage Weil committed Mar 26, 2011
1 parent 637981b commit e172ad3
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: ef550f6f4f6c9345a27ec85d98f4f7de1adce79c
refs/heads/master: 6b0ae4097c1ebad98c7b33f83b4ca7e93890ed12
2 changes: 1 addition & 1 deletion trunk/net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1602,11 +1602,11 @@ void handle_watch_notify(struct ceph_osd_client *osdc, struct ceph_msg *msg)
cookie, ver, event);
if (event) {
event_work = kmalloc(sizeof(*event_work), GFP_NOIO);
INIT_WORK(&event_work->work, do_event_work);
if (!event_work) {
dout("ERROR: could not allocate event_work\n");
goto done_err;
}
INIT_WORK(&event_work->work, do_event_work);
event_work->event = event;
event_work->ver = ver;
event_work->notify_id = notify_id;
Expand Down

0 comments on commit e172ad3

Please sign in to comment.