aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index e13b3c3534d7..01e60aa6c478 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1189,6 +1189,7 @@ static const struct super_operations ext4_sops = {
1189 .quota_write = ext4_quota_write, 1189 .quota_write = ext4_quota_write,
1190#endif 1190#endif
1191 .bdev_try_to_free_page = bdev_try_to_free_page, 1191 .bdev_try_to_free_page = bdev_try_to_free_page,
1192 .trim_fs = ext4_trim_fs
1192}; 1193};
1193 1194
1194static const struct super_operations ext4_nojournal_sops = { 1195static const struct super_operations ext4_nojournal_sops = {