summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-11-12 11:42:29 +0000
committerJoe Thornber <thornber@redhat.com>2001-11-12 11:42:29 +0000
commit32ddb2ed5faf85ec76517c466d434d6d736c12fd (patch)
tree9b2f5f398be2268f1e2d74b8f833369689d00a9a /lib/activate/fs.h
parente55ef72786bdbe55ff0325ef806ff2ac2c12e057 (diff)
downloadlvm2-32ddb2ed5faf85ec76517c466d434d6d736c12fd.tar.gz
lvm2-32ddb2ed5faf85ec76517c466d434d6d736c12fd.tar.xz
lvm2-32ddb2ed5faf85ec76517c466d434d6d736c12fd.zip
o Ready for testing
Diffstat (limited to 'lib/activate/fs.h')
-rw-r--r--lib/activate/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/activate/fs.h b/lib/activate/fs.h
index 7e17325a..6afedfba 100644
--- a/lib/activate/fs.h
+++ b/lib/activate/fs.h
@@ -9,7 +9,7 @@
#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);
+int fs_add_lv(struct logical_volume *lv);
+int fs_del_lv(struct logical_volume *lv);
#endif