cgfsng: cg_is_pure_unified()

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-02-17 19:20:54 +01:00
parent 96e6f37f51
commit c71d83e17e
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -1344,7 +1344,8 @@ static bool cg_hybrid_init(void)
return true; return true;
} }
static int cg_is_pure_unified(void) { static int cg_is_pure_unified(void)
{
int ret; int ret;
struct statfs fs; struct statfs fs;