fs: fs_devread should log error when read outside partition
authorTony Dinh <mibodhi@gmail.com>
Tue, 20 May 2025 23:49:24 +0000 (16:49 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 23 May 2025 16:42:31 +0000 (10:42 -0600)
commitec3ce603cd9840492d60230f164533ad4574489f
tree34082f49e69e9eaca6ce00868b3af7df20e580e3
parentab0e1c11a9e2591371474d9567db80ffc9060e1a
fs: fs_devread should log error when read outside partition

Log the error if fs_devread() fails when trying to reading outside
partition. This will make bug reporting easier.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
fs/fs_internal.c