mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Changed the keyword register_devices to register
This change is done after a discussion with Slava and Raghu. Change-Id: I225a890f08e162536d080d66bddaeae02196d215 Signed-off-by: Surbhi Palande <sap@rts26.daterainc.com>
This commit is contained in:
parent
0013272744
commit
219c3966c8
@ -42,7 +42,7 @@ int main(int argc, char *argv[])
|
||||
argc -= 2;
|
||||
argv += 2;
|
||||
|
||||
if (!strcmp(ioctl, "register_devices"))
|
||||
if (!strcmp(ioctl, "register"))
|
||||
return register_devices(argc, argv);
|
||||
else {
|
||||
fprintf(stderr, "Unknown ioctl\n");
|
||||
|
Loading…
Reference in New Issue
Block a user