mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
steve
edce87f3fb
o Changed dm_create() to return a struct mapped_device rather than an int
o Changed dm_remove() to accept a struct mapped_device argument rather than a name o We no longer have to look up devices by name, the dcache handles that nicely for us o Fixed a bug where we were freeing a structure before we'd finished with it. o The name field in struct mapped_device is now only used in a very few places in dm.c and will be replaced in future with a back reference to the dentry rather than keeping the name in two places.
This is pretty much empty so far...if you can't see subdirectories, try 'cvs -f update'
Description
Languages
C
75.5%
Shell
18.7%
Python
2.9%
M4
1%
Makefile
0.8%
Other
1%