pstore: Fix return type of pstore_is_mounted()
[firefly-linux-kernel-4.4.55.git] / fs / pstore / inode.c
index 3586491f26baad8da624db6a5e6c167c8e900f46..d8c439d813ce1bd0a415fd09a8407c6c6192d49b 100644 (file)
@@ -288,7 +288,7 @@ static const struct super_operations pstore_ops = {
 
 static struct super_block *pstore_sb;
 
-int pstore_is_mounted(void)
+bool pstore_is_mounted(void)
 {
        return pstore_sb != NULL;
 }