kernel: fix build error in ngki kernels (#629)
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#include <linux/path.h>
|
#include <linux/path.h>
|
||||||
#include <linux/mount.h>
|
#include <linux/mount.h>
|
||||||
#include <linux/cred.h>
|
#include <linux/cred.h>
|
||||||
|
#include <linux/fs.h>
|
||||||
|
|
||||||
#include "klog.h"
|
#include "klog.h"
|
||||||
#include "kernel_umount.h"
|
#include "kernel_umount.h"
|
||||||
@@ -350,4 +351,4 @@ int ksu_umount_manager_clear_custom(void)
|
|||||||
|
|
||||||
pr_info("Umount manager: cleared %u custom entries\n", cleared);
|
pr_info("Umount manager: cleared %u custom entries\n", cleared);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user