Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv10150
Modified Files:
rl.c
Log Message:
not mapped, not hole
Index: rl.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/scripts/rl.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -U2 -r1.20 -r1.21
--- rl.c 13 Feb 2002 01:42:45 -0000 1.20
+++ rl.c 13 Feb 2002 02:09:35 -0000 1.21
@@ -220,5 +220,5 @@
res[loc].length = res[loc+1].vcn;
}
- res[loc].lcn = LCN_HOLE;
+ res[loc].lcn = LCN_RL_NOT_MAPPED;
}
}
|