diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-23 18:28:59 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-23 18:28:59 +0000 |
| commit | 4cb92c4cf419ec82c081fc3925f449af66e6a571 (patch) | |
| tree | dc28c042223a683e9c4dceed31bfc685b26b2f86 /sys/fs | |
| parent | 027b4687171436a957bb2cf93989360cb971fb76 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/ext2fs/ext2_htree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_htree.c b/sys/fs/ext2fs/ext2_htree.c index a109224f2a4d..6505e051834e 100644 --- a/sys/fs/ext2fs/ext2_htree.c +++ b/sys/fs/ext2fs/ext2_htree.c @@ -191,7 +191,7 @@ ext2_htree_set_limit(struct ext2fs_htree_entry *ep, uint16_t limit) static void ext2_htree_release(struct ext2fs_htree_lookup_info *info) { - int i; + u_int i; for (i = 0; i < info->h_levels_num; i++) { struct buf *bp = info->h_levels[i].h_bp; |
