1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-06 17:18:29 +03:00
lvm2/lib/activate/activate.c

22 lines
322 B
C
Raw Normal View History

/*
* Copyright (C) 2001 Sistina Software (UK) Limited.
*
* This file is released under the GPL.
*/
#include "activate.h"
int lv_activate(struct dmfs *dm,
2001-10-09 21:09:46 +04:00
struct volume_group *vg,
struct logical_volume *lv)
{
2001-10-09 21:09:46 +04:00
}
2001-10-09 21:09:46 +04:00
int lv_deactivate(struct dmfs *dm,
struct volume_group *vg,
struct logical_volume *lv)
{
}