1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-10 17:57:54 +03:00

o Comment out some new code that was preventing pjc activating

snapshots.  This will go back in when the active_list is working.
This commit is contained in:
Joe Thornber 2002-03-11 10:38:16 +00:00
parent ed38939a93
commit 0fd2ba033f

View File

@ -694,6 +694,7 @@ static int _expand_origin_real(struct dev_manager *dm,
static int _expand_origin(struct dev_manager *dm, struct logical_volume *lv)
{
#if 0
struct logical_volume *active;
struct snapshot *s;
struct list *sh;
@ -709,6 +710,9 @@ static int _expand_origin(struct dev_manager *dm, struct logical_volume *lv)
}
return _expand_vanilla(dm, lv);
#else
return _expand_origin_real(dm, lv);
#endif
}
static int _expand_snapshot(struct dev_manager *dm, struct logical_volume *lv,