aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 0fe078d368d0..4c5fe37b237d 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1574,6 +1574,11 @@ struct ext4_li_request {
1574 unsigned long lr_timeout; 1574 unsigned long lr_timeout;
1575}; 1575};
1576 1576
1577struct ext4_features {
1578 struct kobject f_kobj;
1579 struct completion f_kobj_unregister;
1580};
1581
1577/* 1582/*
1578 * Function prototypes 1583 * Function prototypes
1579 */ 1584 */