summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-02-11 15:48:34 +0000
committerJoe Thornber <thornber@redhat.com>2002-02-11 15:48:34 +0000
commit6d52fb460bed853a2df327b16de7adf9a398c510 (patch)
tree5159903ef87934b13bddc1ab25b185e096c3cfe1 /lib/activate/fs.h
parent7d0e6e800e41fd13a5dc51ef05de8298b30b7432 (diff)
downloadlvm2-6d52fb460bed853a2df327b16de7adf9a398c510.tar.gz
lvm2-6d52fb460bed853a2df327b16de7adf9a398c510.tar.xz
lvm2-6d52fb460bed853a2df327b16de7adf9a398c510.zip
o Split activate.c into a high level (remaining in activate.c) and low level (ll-activate.[hc]) API.
o Creation of a device from an lv now lives in activate-lv.c
Diffstat (limited to 'lib/activate/fs.h')
-rw-r--r--lib/activate/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/activate/fs.h b/lib/activate/fs.h
index fe95c033..be17ba00 100644
--- a/lib/activate/fs.h
+++ b/lib/activate/fs.h
@@ -15,7 +15,7 @@
* symbolic links to the dm device.
*/
-int fs_add_lv(struct logical_volume *lv);
+int fs_add_lv(struct logical_volume *lv, int minor);
int fs_del_lv(struct logical_volume *lv);
int fs_rename_lv(const char *old_name, struct logical_volume *lv);