1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Steven Whitehouse 397f76ad31 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.
2001-09-18 16:52:50 +00:00
autoconf o initial subdir population 2001-08-15 16:20:46 +00:00
doc o initial subdir population 2001-08-15 16:20:46 +00:00
driver o Changed dm_create() to return a struct mapped_device rather than an int 2001-09-18 16:52:50 +00:00
lib Fix includes so that string functions get prototyped 2001-09-13 12:38:31 +00:00
man o initial subdir population 2001-08-15 16:20:46 +00:00
scripts o initial subdir population 2001-08-15 16:20:46 +00:00
tools o initial subdir population 2001-08-15 16:20:46 +00:00
README o Basic README.. 2001-08-15 15:59:38 +00:00

This is pretty much empty so far...if you can't see subdirectories,
try 'cvs -f update'