mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-03 17:47:44 +03:00
edce87f3fb
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.
The driver directory