Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [haad-dm] src/sys/dev/dm



Module Name:    src
Committed By:   haad
Date:           Fri Sep 26 22:57:13 UTC 2008

Modified Files:
        src/sys/dev/dm [haad-dm]: device-mapper.c dm.h dm_dev.c dm_ioctl.c

Log Message:
Rework disklabel stuff once again, do not allocate nw disklabel struct
every time DIOCGPART is called. Recreate disklabel after resume so it
contains correct table. Do not leak device when I want to create device
with name which already exists.

XXX: dm_dev_resume_ioctl and dmgetdisklabel is broken I need to completly
rework locking here soon.


To generate a diff of this commit:
cvs rdiff -r1.1.2.12 -r1.1.2.13 src/sys/dev/dm/device-mapper.c
cvs rdiff -r1.1.2.16 -r1.1.2.17 src/sys/dev/dm/dm.h
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/dev/dm/dm_dev.c
cvs rdiff -r1.1.2.17 -r1.1.2.18 src/sys/dev/dm/dm_ioctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index