Browse code

Merge pull request #10418 from bobrik/overlay-kernel-checks

Checking EXT4_FS_SECURITY for overlay

Jessie Frazelle authored on 2015/02/20 07:29:17
Showing 1 changed files
... ...
@@ -174,7 +174,7 @@ echo '- Storage Drivers:'
174 174
 	check_flags BLK_DEV_DM DM_THIN_PROVISIONING EXT4_FS EXT4_FS_POSIX_ACL EXT4_FS_SECURITY | sed 's/^/  /'
175 175
 
176 176
 	echo '- "'$(wrap_color 'overlay' blue)'":'
177
-	check_flags OVERLAY_FS | sed 's/^/  /'
177
+	check_flags OVERLAY_FS EXT4_FS_SECURITY EXT4_FS_POSIX_ACL | sed 's/^/  /'
178 178
 } | sed 's/^/  /'
179 179
 echo
180 180