Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33348
b: refs/heads/master
c: 95f8797
h: refs/heads/master
v: v3
  • Loading branch information
Dan Bastone authored and Greg Kroah-Hartman committed Aug 14, 2006
1 parent 2aa8b7a commit db0131e
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 1725cd0ae07bb31f68803edcc5bdc99952c7d2f4
refs/heads/master: 95f8797f42b058333d1e6f0d1dcd8edf5dc6c244
7 changes: 7 additions & 0 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ static struct inode *udf_alloc_inode(struct super_block *sb)
ei = (struct udf_inode_info *)kmem_cache_alloc(udf_inode_cachep, SLAB_KERNEL);
if (!ei)
return NULL;

ei->i_unique = 0;
ei->i_lenExtents = 0;
ei->i_next_alloc_block = 0;
ei->i_next_alloc_goal = 0;
ei->i_strat4096 = 0;

return &ei->vfs_inode;
}

Expand Down

0 comments on commit db0131e

Please sign in to comment.