This commit is contained in:
parent
3f6e061948
commit
8af5f877bc
@ -552,7 +552,7 @@ PRIVATE dev_t name_to_dev()
|
|||||||
|
|
||||||
/* Request lookup */
|
/* Request lookup */
|
||||||
if ((r = lookup_vp(0 /*flags*/, 0 /*!use_realuid*/, &vp)) != OK) {
|
if ((r = lookup_vp(0 /*flags*/, 0 /*!use_realuid*/, &vp)) != OK) {
|
||||||
printf("vfs: name_to_dev: lookup of '%s' failed\n", user_realpath);
|
printf("vfs: name_to_dev: lookup of '%s' failed\n", user_fullpath);
|
||||||
return NO_DEV;
|
return NO_DEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user