+ 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:
Tyler Dauwalder
2002-12-22 22:50:18 +00:00
parent 03d06845e6
commit 6c1c5b652b
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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,