summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-02-26 11:49:17 +0000
committerJoe Thornber <thornber@redhat.com>2002-02-26 11:49:17 +0000
commitde6c91839236e7cd301204940f375e3bb0ad86c8 (patch)
tree4e255369d9e69c1d5a9e2fdce0471b78054b48b9 /lib/activate/fs.h
parentc15334eb4e7399900770d610df541f22e6f540cc (diff)
downloadlvm2-de6c91839236e7cd301204940f375e3bb0ad86c8.tar.gz
lvm2-de6c91839236e7cd301204940f375e3bb0ad86c8.tar.xz
lvm2-de6c91839236e7cd301204940f375e3bb0ad86c8.zip
o Removed old files
o rewrote activate.c to use dev-manager, I'm sure these two will merge at some point. o Rename is broken ATM o dev-manager puts the calls through to fs.c for layers that have the 'visible' flag set.
Diffstat (limited to 'lib/activate/fs.h')
-rw-r--r--lib/activate/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/activate/fs.h b/lib/activate/fs.h
index be17ba00..8f732622 100644
--- a/lib/activate/fs.h
+++ b/lib/activate/fs.h
@@ -14,10 +14,10 @@
* up the volume group directory in /dev and the
* symbolic links to the dm device.
*/
-
-int fs_add_lv(struct logical_volume *lv, int minor);
+int fs_add_lv(struct logical_volume *lv, const char *dev);
int fs_del_lv(struct logical_volume *lv);
-int fs_rename_lv(const char *old_name, struct logical_volume *lv);
+int fs_rename_lv(struct logical_volume *lv,
+ const char *dev, const char *old_name);
#endif