On Thu, Feb 06, 2020 at 06:09:39PM -0700, Andreas Dilger wrote: > Use ext2_ino_t instead of ino_t for referencing inode numbers. > Use loff_t for for file offsets, and dgrp_t for group numbers. > > Cast products to ssize_t before multiplication to avoid overflow. > > Signed-off-by: Andreas Dilger <adilger@xxxxxxxxx> > Reviewed-by: Shilong Wang <wshilong@xxxxxxx> > Lustre-bug-id: https://jira.whamcloud.com/browse/LU-13197 Applied, thanks. - Ted