[PATCH] vfs_fruit TM size calculation on 32-bit platforms

Douglas Bagnall douglas.bagnall at catalyst.net.nz
Thu Feb 22 20:48:24 UTC 2018


hi Ralph,

> Attached is a simple fix for a bug in vfs_fruit where I used the wrong integer
> type for file sizes: size_t, instead of off_t.

How do we know off_t is 64 bit? is it because we set _FILE_OFFSET_BITS?

Could we just use off64_t instead?

Anyway, I see Jeremy has RB+d, and that's good.

Douglas



More information about the samba-technical mailing list