cvs commit: device-mapper/kernel/ioctl dm-ioctl.c dm-ioctl.h
Alasdair Kergon <[email protected]> Tue, 22 Apr 2003 16:22:04 -0500
| Newsgroups | gmane.linux.lvm.cvs |
|---|---|
| Message-ID | <[email protected]> |
akergon 2003/04/22 16:22:04 CDT
Modified files:
kernel/ioctl dm-ioctl.c dm-ioctl.h
Log:
Some ioctl code tidying: removing duplicate internal buffers; making bounds
checks clearer (incl. variable renaming); using a flag to indicate when
output data doesn't fit into supplied buffer instead of returning an error etc.
Revision Changes Path
1.42 +150 -161 device-mapper/kernel/ioctl/dm-ioctl.c
1.21 +8 -6 device-mapper/kernel/ioctl/dm-ioctl.h