added B_DISK_SYSTEM_SUPPORTS_WRITING flag on ext2 disk system, this is required to have mount_server ask whether mounting should be done readwrite or readonly

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39121 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2010-10-24 09:50:53 +00:00
parent 7babd0d5ea
commit a55c611fae
@@ -1679,7 +1679,7 @@ static file_system_module_info sExt2FileSystem = {
"ext2", // short_name
"Ext2 File System", // pretty_name
0, // DDM flags
B_DISK_SYSTEM_SUPPORTS_WRITING, // DDM flags
// scanning
ext2_identify_partition,