Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190249
b: refs/heads/master
c: fd2dd9f
h: refs/heads/master
i:
  190247: 3cc8e73
v: v3
  • Loading branch information
Curt Wohlgemuth authored and Theodore Ts'o committed Apr 3, 2010
1 parent 53d4c54 commit 350c9e5
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 8b472d739b2ddd8ab7fb278874f696cd95b25a5e
refs/heads/master: fd2dd9fbaf9e498ec63eef298921e36556f7214c
1 change: 1 addition & 0 deletions trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -3879,6 +3879,7 @@ static int ext4_xattr_fiemap(struct inode *inode,
physical += offset;
length = EXT4_SB(inode->i_sb)->s_inode_size - offset;
flags |= FIEMAP_EXTENT_DATA_INLINE;
brelse(iloc.bh);
} else { /* external block */
physical = EXT4_I(inode)->i_file_acl << blockbits;
length = inode->i_sb->s_blocksize;
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5385,6 +5385,7 @@ int ext4_write_inode(struct inode *inode, struct writeback_control *wbc)
(unsigned long long)iloc.bh->b_blocknr);
err = -EIO;
}
brelse(iloc.bh);
}
return err;
}
Expand Down

0 comments on commit 350c9e5

Please sign in to comment.