summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/ubifs/ubifs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/ubifs/ubifs.h')
-rw-r--r--ANDROID_3.4.5/fs/ubifs/ubifs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/fs/ubifs/ubifs.h b/ANDROID_3.4.5/fs/ubifs/ubifs.h
index 93d59ace..9b3de5e7 100644
--- a/ANDROID_3.4.5/fs/ubifs/ubifs.h
+++ b/ANDROID_3.4.5/fs/ubifs/ubifs.h
@@ -36,6 +36,7 @@
#include <linux/mtd/ubi.h>
#include <linux/pagemap.h>
#include <linux/backing-dev.h>
+#include <linux/notifier.h>
#include "ubifs-media.h"
/* Version of this UBIFS implementation */
@@ -1221,6 +1222,7 @@ struct ubifs_debug_info;
struct ubifs_info {
struct super_block *vfs_sb;
struct backing_dev_info bdi;
+ struct notifier_block reboot_notifier;
ino_t highest_inum;
unsigned long long max_sqnum;
@@ -1230,6 +1232,11 @@ struct ubifs_info {
int ro_compat_version;
unsigned char uuid[16];
+ struct ubifs_wbuf idx_buf;
+ void *buf;
+
+ int count;
+
int lhead_lnum;
int lhead_offs;
int ltail_lnum;