+ Updated PARTSCAN_MODULE_NAME to DISK_SCANNER_MODULE_NAME
+ Fixed an error with disk_scanner_get_partition_fs_info() that was causing the fs module to not be unloaded when identification succeeded. The next time around, get_module() was returning B_OK, by the module pointer was being set to NULL. I'm not sure if this is the expected behaviour of the emulator, so we may want to investigate. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2286 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,7 +11,7 @@ struct partition_module_info;
|
||||
struct session_info;
|
||||
struct session_module_info;
|
||||
|
||||
#define PARTSCAN_MODULE_NAME "disk_scanner/disk_scanner/v1"
|
||||
#define DISK_SCANNER_MODULE_NAME "disk_scanner/disk_scanner/v1"
|
||||
|
||||
typedef status_t (*disk_scanner_get_session_module_hook)(int deviceFD,
|
||||
off_t deviceSize, int32 blockSize,
|
||||
|
||||
Reference in New Issue
Block a user