kernel: Only expose su when daemon is running
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / fs.h
index 3fe45fa4b78cc7647f8167fdec25743fdc651807..0d4d337e723a5b9702b5ce2a6f35d907d730a246 100644 (file)
@@ -1509,6 +1509,7 @@ typedef int (*filldir_t)(void *, const char *, int, loff_t, u64, unsigned);
 struct dir_context {
        filldir_t actor;
        loff_t pos;
+       bool romnt;
 };
 
 static inline bool dir_emit(struct dir_context *ctx,