Page MenuHomeFreeBSD

D19326.diff
No OneTemporary

D19326.diff

Index: head/sys/fs/ext2fs/ext2_vfsops.c
===================================================================
--- head/sys/fs/ext2fs/ext2_vfsops.c
+++ head/sys/fs/ext2fs/ext2_vfsops.c
@@ -1163,8 +1163,8 @@
struct buf *bp;
struct vnode *vp;
struct thread *td;
- int i, error;
- int used_blocks;
+ unsigned int i, used_blocks;
+ int error;
td = curthread;
error = vfs_hash_get(mp, ino, flags, td, vpp, NULL, NULL);

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 19, 9:39 AM (20 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15938186
Default Alt Text
D19326.diff (423 B)

Event Timeline