patch-2.1.122 linux/fs/sysv/balloc.c
Next file: linux/fs/sysv/fsync.c
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sun Sep 13 10:27:07 1998
- Orig file:
v2.1.121/linux/fs/sysv/balloc.c
- Orig date:
Sun Nov 26 09:23:10 1995
diff -u --recursive --new-file v2.1.121/linux/fs/sysv/balloc.c linux/fs/sysv/balloc.c
@@ -52,8 +52,8 @@
* into this block being freed:
*/
if (*sb->sv_sb_flc_count == sb->sv_flc_size) {
- unsigned short * flc_count;
- unsigned long * flc_blocks;
+ u16 * flc_count;
+ u32 * flc_blocks;
bh = sv_getblk(sb, sb->s_dev, block);
if (!bh) {
@@ -154,8 +154,8 @@
return 0;
}
if (*sb->sv_sb_flc_count == 0) { /* the last block continues the free list */
- unsigned short * flc_count;
- unsigned long * flc_blocks;
+ u16 * flc_count;
+ u32 * flc_blocks;
if (!(bh = sv_bread(sb, sb->s_dev, block))) {
printk("sysv_new_block: cannot read free-list block\n");
@@ -247,8 +247,8 @@
}
/* block = sb->sv_sb_flc_blocks[0], the last block continues the free list */
while (1) {
- unsigned short * flc_count;
- unsigned long * flc_blocks;
+ u16 * flc_count;
+ u32 * flc_blocks;
if (block < sb->sv_firstdatazone || block >= sb->sv_nzones) {
printk("sysv_count_free_blocks: new block %d is not in data zone\n",block);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov