Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294558
b: refs/heads/master
c: e138ead
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Trond Myklebust committed Mar 13, 2012
1 parent 033a1d7 commit d81003a
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: 9a3ba432330e504ac61ff0043dbdaba7cea0e35a
refs/heads/master: e138ead73f872559778bb0c326e795206f96d3ce
2 changes: 1 addition & 1 deletion trunk/fs/nfs/blocklayout/blocklayoutdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static void dev_remove(struct net *net, dev_t dev)
dprintk("Entering %s\n", __func__);

bl_pipe_msg.bl_wq = &nn->bl_wq;
memset(&msg, 0, sizeof(*msg));
memset(msg, 0, sizeof(*msg));
msg->data = kzalloc(1 + sizeof(bl_umount_request), GFP_NOFS);
if (!msg->data)
goto out;
Expand Down

0 comments on commit d81003a

Please sign in to comment.