Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162495
b: refs/heads/master
c: 106a47b
h: refs/heads/master
i:
  162493: 7992e33
  162491: a078864
  162487: f2ff262
  162479: 026fbe0
  162463: d9edfb1
  162431: 235c209
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent ce3eda0 commit 65efea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 76efa5e34ed81587e26e483a624dc7f72efb389a
refs/heads/master: 106a47ba0a4fcdfa62e7cd708a4284c03e4db05c
3 changes: 1 addition & 2 deletions trunk/drivers/staging/pohmelfs/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,8 @@ static int pohmelfs_cn_crypto(struct cn_msg *msg)
return err;
}

static void pohmelfs_cn_callback(void *data)
static void pohmelfs_cn_callback(struct cn_msg *msg)
{
struct cn_msg *msg = data;
int err;

switch (msg->flags) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/pohmelfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int pohmelfs_readdir(struct file *file, void *dirent, filldir_t filldir)
__func__, file->f_pos, pi->ino, n->data, n->len,
n->ino, n->mode, mode, file->f_pos, n->hash);

file->private_data = (void *)n->hash;
file->private_data = (void *)(unsigned long)n->hash;

len = n->len;
err = filldir(dirent, n->data, n->len, file->f_pos, n->ino, mode);
Expand Down

0 comments on commit 65efea7

Please sign in to comment.