??? But you didn't leave the devfs ones alone: your patch changes a
devfs file:
> diff -urN -I \$.*\$ --exclude TAGS -X /home/rusty/current-dontdiff --minimal linux-2.5.7-pre1/include/linux/devfs_fs_kernel.h working-2.5.7-pre1-bitops/include/linux/devfs_fs_kernel.h
> --- linux-2.5.7-pre1/include/linux/devfs_fs_kernel.h Fri Mar 15 15:37:39 2002
> +++ working-2.5.7-pre1-bitops/include/linux/devfs_fs_kernel.h Sat Mar 16 13:54:53 2002
> @@ -54,7 +54,7 @@
> unsigned char sem_initialised;
> unsigned int num_free; /* Num free in bits */
> unsigned int length; /* Array length in bytes */
> - __u32 *bits;
> + unsigned long *bits;
> struct semaphore semaphore;
> };
>
Anyway, I hope to have a devfs patch for 2.5.x ready before next
week. I've got some other changes in the works, as well as the bitops
changes, which I've already submitted for 2.4.x.
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/