Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188605
b: refs/heads/master
c: 6a18be1
h: refs/heads/master
i:
  188603: a34213f
v: v3
  • Loading branch information
Sage Weil committed Nov 5, 2009
1 parent 5c924c9 commit 07d3fd6
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: 51042122d4f85e0f8ee577a4230f172fcc57c456
refs/heads/master: 6a18be16f7513ea8a4923c161ce073987932cbdb
2 changes: 1 addition & 1 deletion trunk/fs/ceph/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ prepare_open_request(struct super_block *sb, int flags, int create_mode)
req->r_fmode = ceph_flags_to_mode(flags);
req->r_args.open.flags = cpu_to_le32(flags);
req->r_args.open.mode = cpu_to_le32(create_mode);
req->r_args.open.preferred = -1;
req->r_args.open.preferred = cpu_to_le32(-1);
out:
return req;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
struct ceph_client *client;
int err;
int (*compare_super)(struct super_block *, void *) = ceph_compare_super;
const char *path = 0;
const char *path = NULL;
struct ceph_mount_args *args;

dout("ceph_get_sb\n");
Expand Down

0 comments on commit 07d3fd6

Please sign in to comment.