Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316708
b: refs/heads/master
c: 0143fc5
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Jan Kara committed Jul 13, 2012
1 parent 23e45cf commit 01e66e3
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: fe685aabf7c8c9f138e5ea900954d295bf229175
refs/heads/master: 0143fc5e9f6f5aad4764801015bc8d4b4a278200
1 change: 1 addition & 0 deletions trunk/fs/udf/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,7 @@ static int udf_encode_fh(struct inode *inode, __u32 *fh, int *lenp,
*lenp = 3;
fid->udf.block = location.logicalBlockNum;
fid->udf.partref = location.partitionReferenceNum;
fid->udf.parent_partref = 0;
fid->udf.generation = inode->i_generation;

if (parent) {
Expand Down

0 comments on commit 01e66e3

Please sign in to comment.