diff --git a/include/fs.h b/include/fs.h index f8a3b8b..5c5fff8 100644 --- a/include/fs.h +++ b/include/fs.h @@ -117,7 +117,7 @@ if (ret < 0) return 0; - return ret; + return 1; } #define drv_to_fs_driver(d) container_of(d, struct fs_driver_d, drv)