Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143695
b: refs/heads/master
c: d9fb5c0
h: refs/heads/master
i:
  143693: e1153a1
  143691: 5ad143c
  143687: ad96a39
  143679: 8eff933
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Apr 17, 2009
1 parent f59179e commit 6c3d97a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5144ebf408ed08380917126493450ee22e63fe3f
refs/heads/master: d9fb5c091b419e0495c50c1cce9e4cf9f7105072
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifs_spnego.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cifs_spnego_key_instantiate(struct key *key, const void *data, size_t datalen)

/* attach the data */
memcpy(payload, data, datalen);
rcu_assign_pointer(key->payload.data, payload);
key->payload.data = payload;
ret = 0;

error:
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/cifs/dns_resolve.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dns_resolver_instantiate(struct key *key, const void *data,
}

key->type_data.x[0] = datalen;
rcu_assign_pointer(key->payload.data, ip);
key->payload.data = ip;

return rc;
}
Expand Down

0 comments on commit 6c3d97a

Please sign in to comment.