summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-11-09 08:48:22 +0000
committerJoe Thornber <thornber@redhat.com>2001-11-09 08:48:22 +0000
commit4f0a4a6a7a13e3c24360a54813208397fbb6c218 (patch)
treed21ba584f714a819d086fcbc48fa1d6772cf51bc /lib/activate/fs.h
parent94b8220f6a33738fab26544936b3e40b3448fa29 (diff)
downloadlvm2-4f0a4a6a7a13e3c24360a54813208397fbb6c218.tar.gz
lvm2-4f0a4a6a7a13e3c24360a54813208397fbb6c218.tar.xz
lvm2-4f0a4a6a7a13e3c24360a54813208397fbb6c218.zip
sync only, not ready yet
Diffstat (limited to 'lib/activate/fs.h')
-rw-r--r--lib/activate/fs.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/activate/fs.h b/lib/activate/fs.h
new file mode 100644
index 00000000..7e17325a
--- /dev/null
+++ b/lib/activate/fs.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2001 Sistina Software (UK) Limited.
+ *
+ * This file is released under the LGPL.
+ */
+
+#ifndef _LVM_FS_H
+#define _LVM_FS_H
+
+#include "metadata.h"
+
+int fs_add_lv(struct io_space *ios, struct logical_volume *lv);
+int fs_del_lv(struct io_space *ios, struct logical_volume *lv);
+
+#endif