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

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)