Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316707
b: refs/heads/master
c: fe685aa
h: refs/heads/master
i:
  316705: 586204f
  316703: e573f98
v: v3
  • Loading branch information
Mathias Krause authored and Jan Kara committed Jul 13, 2012
1 parent 5b4a60b commit 23e45cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57b9655d01ef057a523e810d29c37ac09b80eead
refs/heads/master: fe685aabf7c8c9f138e5ea900954d295bf229175
1 change: 1 addition & 0 deletions trunk/fs/isofs/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ isofs_export_encode_fh(struct inode *inode,
len = 3;
fh32[0] = ei->i_iget5_block;
fh16[2] = (__u16)ei->i_iget5_offset; /* fh16 [sic] */
fh16[3] = 0; /* avoid leaking uninitialized data */
fh32[2] = inode->i_generation;
if (parent) {
struct iso_inode_info *eparent;
Expand Down

0 comments on commit 23e45cf

Please sign in to comment.