Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31362
b: refs/heads/master
c: a75a6e4
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh committed Jun 29, 2006
1 parent 70a7023 commit 1fe0e6b
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: e7607ab3daeeaea50b3b5aebe8dfa29a1dfb8311
refs/heads/master: a75a6e4c3ada10b15e26f6d12f72c03efde266e0
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
goto bail;
}

memcpy(&uuid_net_key, &osb->uuid[i], sizeof(osb->net_key));
memcpy(&uuid_net_key, osb->uuid, sizeof(uuid_net_key));
osb->net_key = le32_to_cpu(uuid_net_key);

strncpy(osb->vol_label, di->id2.i_super.s_label, 63);
Expand Down

0 comments on commit 1fe0e6b

Please sign in to comment.