Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv7324/include
Modified Files:
bitmap.h
Log Message:
Remove find_first_attr and make all users use get_attr_search_ctx + find_attr instead.
Index: bitmap.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/bitmap.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- bitmap.h 14 Apr 2002 13:56:45 -0000 1.8
+++ bitmap.h 14 Apr 2002 15:26:23 -0000 1.9
@@ -46,5 +46,5 @@
*/
static __inline__ void ntfs_set_bit(__u8 *bitmap, const __u64 bit,
- const __u8 new_value);
+ const __u8 new_value)
{
// Dprintf("bitmap %p, bit 0x%Lx, new_value %i\n", bitmap, bit, new_value);
|