1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Add fiemap to the spelling

This commit is contained in:
Sylvestre Ledru 2022-10-06 09:34:48 +02:00 committed by GitHub
parent 2d0f59c51d
commit 32112d627a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
// * // *
// * For the full copyright and license information, please view the LICENSE // * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code. // * file that was distributed with this source code.
// spell-checker:ignore ficlone reflink ftruncate pwrite // spell-checker:ignore ficlone reflink ftruncate pwrite fiemap
use std::fs::File; use std::fs::File;
use std::io::Read; use std::io::Read;
use std::os::unix::io::AsRawFd; use std::os::unix::io::AsRawFd;