patch-2.4.3 linux/fs/ufs/truncate.c
Next file: linux/fs/umsdos/emd.c
Previous file: linux/fs/ufs/super.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Mar 6 19:44:37 2001
- Orig file:
v2.4.2/linux/fs/ufs/truncate.c
- Orig date:
Tue Sep 5 14:07:30 2000
diff -u --recursive --new-file v2.4.2/linux/fs/ufs/truncate.c linux/fs/ufs/truncate.c
@@ -160,7 +160,7 @@
frag_to_free = tmp;
free_count = uspi->s_fpb;
}
-next2:
+next2:;
}
if (free_count > 0)
@@ -261,7 +261,7 @@
}
inode->i_blocks -= uspi->s_nspb;
mark_inode_dirty(inode);
-next:
+next:;
}
if (free_count > 0) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)