summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_extents.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/ext2fs/ext2_extents.c')
-rw-r--r--sys/fs/ext2fs/ext2_extents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/ext2fs/ext2_extents.c b/sys/fs/ext2fs/ext2_extents.c
index 68704bb..7801867 100644
--- a/sys/fs/ext2fs/ext2_extents.c
+++ b/sys/fs/ext2fs/ext2_extents.c
@@ -129,7 +129,7 @@ ext4_ext_put_cache(struct inode *ip, struct ext4_extent *ep, int type)
*/
struct ext4_extent_path *
ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip,
- daddr_t lbn, struct ext4_extent_path *path)
+ daddr_t lbn, struct ext4_extent_path *path)
{
struct ext4_extent_header *ehp;
uint16_t i;
@@ -156,7 +156,7 @@ ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip,
path->ep_bp = NULL;
}
error = bread(ip->i_devvp, fsbtodb(fs, nblk), size, NOCRED,
- &path->ep_bp);
+ &path->ep_bp);
if (error) {
brelse(path->ep_bp);
path->ep_bp = NULL;
OpenPOWER on IntegriCloud