diff options
| author | Richard Gooch <rgooch@ras.ucalgary.ca> | 2002-04-07 22:24:38 -0700 |
|---|---|---|
| committer | Richard Gooch <rgooch@ras.ucalgary.ca> | 2002-04-07 22:24:38 -0700 |
| commit | 4d40f872ad2c75a81618cc7bfde18e92d24a4ead (patch) | |
| tree | 565029a6d2d5c4c074ecc51859cb46920014b3bf /include | |
| parent | d720d94fc0684102080207e97c296edfc96e9efa (diff) | |
[PATCH] devfs patch for 2.5.8-pre2
- Documentation updates
- BKL removal (devfs doesn't need the BKL)
- Changed <devfs_rmdir> to allow later additions if not yet empty
- Added calls to <devfs_register_partitions> in drivers/block/blkpc.c
<add_partition> and <del_partition>
- Bug fixes in unique number and devnum allocators.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/devfs_fs_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index 327b7404632e..781a0e2bf271 100644 --- a/include/linux/devfs_fs_kernel.h +++ b/include/linux/devfs_fs_kernel.h @@ -54,7 +54,7 @@ struct unique_numspace 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; }; |
