patch-2.3.45 linux/fs/adfs/map.c
Next file: linux/fs/affs/inode.c
Previous file: linux/fs/adfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 78
- Date:
Sun Feb 13 10:45:13 2000
- Orig file:
v2.3.44/linux/fs/adfs/map.c
- Orig date:
Thu Feb 10 17:11:16 2000
diff -u --recursive --new-file v2.3.44/linux/fs/adfs/map.c linux/fs/adfs/map.c
@@ -44,7 +44,6 @@
/*
* get fragment id
*/
- //asm("@ get fragment id start");
{
unsigned long v2;
unsigned int tmp;
@@ -60,14 +59,12 @@
frag &= idmask;
}
- //asm("@ get fragment id end");
mapptr = start + idlen;
/*
* find end of fragment
*/
- //asm("@ find end of fragment start");
{
unsigned long v2;
@@ -79,7 +76,6 @@
mapptr += 1 + ffz(~v2);
}
- //asm("@ find end of fragment end");
if (frag == frag_id)
goto found;
@@ -122,7 +118,6 @@
/*
* get fragment id
*/
- //asm("@ get fragment id start");
{
unsigned long v2;
unsigned int tmp;
@@ -138,7 +133,6 @@
frag &= idmask;
}
- //asm("@ get fragment id end");
/*
* If the freelink is null, then no free fragments
@@ -153,7 +147,6 @@
/*
* get fragment id
*/
- //asm("@ get fragment id start");
{
unsigned long v2;
unsigned int tmp;
@@ -169,14 +162,12 @@
frag &= idmask;
}
- //asm("@ get fragment id end");
mapptr = start + idlen;
/*
* find end of fragment
*/
- //asm("@ find end of fragment start");
{
unsigned long v2;
@@ -188,7 +179,6 @@
mapptr += 1 + ffz(~v2);
}
- //asm("@ find end of fragment end");
total += mapptr - start;
} while (frag >= idlen + 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)