[Devel] [PATCH rh7 3/4] fs: export get_active_super
Vladimir Davydov
vdavydov at virtuozzo.com
Tue Jul 12 03:04:38 PDT 2016
It is required by the next patch.
Signed-off-by: Vladimir Davydov <vdavydov at virtuozzo.com>
---
fs/super.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/super.c b/fs/super.c
index 50ac29391b96..e52b7db23c8f 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -680,6 +680,7 @@ restart:
spin_unlock(&sb_lock);
return NULL;
}
+EXPORT_SYMBOL(get_active_super);
struct super_block *user_get_super(dev_t dev)
{
--
2.1.4
More information about the Devel
mailing list