Re: [PATCH] btrfs-progs: btrfs-convert: copy ext4 extra timespec
From: David Sterba <hidden>
Date: 2021-01-05 16:15:29
From: David Sterba <hidden>
Date: 2021-01-05 16:15:29
On Fri, Dec 25, 2020 at 04:45:38PM +0900, Jiachen YANG wrote:
Currently btrfs-convert only copies ext2 inode timestamps i_[cma]time from ext4, while filling 0 to nsec and crtime fields. This change copies nsec and crtime by parsing i_[cma]time_extra fields.
Thanks, added to devel, with some coding style fixups. I've also added a simple test.