summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/efivarfs/internal.h')
-rw-r--r--fs/efivarfs/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/efivarfs/internal.h b/fs/efivarfs/internal.h
index 4366f7949614..1f84844fe032 100644
--- a/fs/efivarfs/internal.h
+++ b/fs/efivarfs/internal.h
@@ -27,6 +27,8 @@ struct efi_variable {
struct efivar_entry {
struct efi_variable var;
struct inode vfs_inode;
+ unsigned long open_count;
+ bool removed;
};
static inline struct efivar_entry *efivar_entry(struct inode *inode)