Re: [PATCH] misc: replace remaining loff_t with ext2_loff_t
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-02-23 02:58:10
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-02-23 02:58:10
On Sat, Dec 12, 2020 at 02:58:23AM -0700, Andreas Dilger wrote:
From: Andreas Dilger <redacted> Replace the remaining loff_t uses with ext2_loff_t, as was done in patch 1df6a4555, since loff_t is a GCC'ism and is not portable. Signed-off-by: Andreas Dilger <redacted>
Thanks, applied. - Ted