fix(utils): map verified Linux filesystem magic values (#3051)

This commit is contained in:
安正超
2026-05-22 10:37:50 +08:00
committed by GitHub
parent ed2078e025
commit 0d94437788
2 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[cfg(target_os = "linux")]
#[cfg(any(target_os = "linux", test))]
mod fs_type;
#[cfg(target_os = "linux")]