summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-07-04 22:34:56 +0000
committerAlasdair Kergon <agk@redhat.com>2003-07-04 22:34:56 +0000
commit914c97239fe2dcc551ce28f2b1b40af8c7797369 (patch)
treebe45472e984e6098a1a8e02fd1ad1e0f1532bb41 /lib/activate/fs.h
parent8ac97125399fb2cbcad7ae61e49f4af1a021ce25 (diff)
downloadlvm2-914c97239fe2dcc551ce28f2b1b40af8c7797369.tar.gz
lvm2-914c97239fe2dcc551ce28f2b1b40af8c7797369.tar.xz
lvm2-914c97239fe2dcc551ce28f2b1b40af8c7797369.zip
Another sync point - numerous fixes & clean ups.
Diffstat (limited to 'lib/activate/fs.h')
-rw-r--r--lib/activate/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/activate/fs.h b/lib/activate/fs.h
index 5191f43b..fc72d5a7 100644
--- a/lib/activate/fs.h
+++ b/lib/activate/fs.h
@@ -18,5 +18,6 @@ int fs_add_lv(struct logical_volume *lv, const char *dev);
int fs_del_lv(struct logical_volume *lv);
int fs_rename_lv(struct logical_volume *lv,
const char *dev, const char *old_name);
+void fs_unlock(void);
#endif