Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128248
b: refs/heads/master
c: c673024
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Feb 26, 2007
1 parent d2f725c commit e58eaa7
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: fec577fb7f516e0d12ff821b1af272fd754e120a
refs/heads/master: c673024aba596e57c07196cb3400cdcc9d28f3aa
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct ctree_root *open_ctree(char *filename, struct ctree_super_block *super)
int fp;
int ret;

fp = open(filename, O_CREAT | O_RDWR);
fp = open(filename, O_CREAT | O_RDWR, 0600);
if (fp < 0) {
free(root);
return NULL;
Expand Down

0 comments on commit e58eaa7

Please sign in to comment.