Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132038
b: refs/heads/master
c: f4f8056
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Phillip Lougher committed Mar 5, 2009
1 parent 4a2c7bc commit bf9b49a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: edf2e2811efa9304ebe14f778d33b764cfd58b7a
refs/heads/master: f4f8056a862a9950320429dfda708c88b4ce6025
6 changes: 4 additions & 2 deletions trunk/fs/squashfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ int squashfs_read_inode(struct inode *inode, long long ino)
type = le16_to_cpu(sqshb_ino->inode_type);
switch (type) {
case SQUASHFS_REG_TYPE: {
unsigned int frag_offset, frag_size, frag;
unsigned int frag_offset, frag;
int frag_size;
u64 frag_blk;
struct squashfs_reg_inode *sqsh_ino = &squashfs_ino.reg;

Expand Down Expand Up @@ -175,7 +176,8 @@ int squashfs_read_inode(struct inode *inode, long long ino)
break;
}
case SQUASHFS_LREG_TYPE: {
unsigned int frag_offset, frag_size, frag;
unsigned int frag_offset, frag;
int frag_size;
u64 frag_blk;
struct squashfs_lreg_inode *sqsh_ino = &squashfs_ino.lreg;

Expand Down

0 comments on commit bf9b49a

Please sign in to comment.