kernel/fs/affs/amigaffs.h
.. .. @@ -32,6 +32,9 @@ 32 32 33 33 #define AFFS_ROOT_BMAPS 25 34 34 35 +/* Seconds since Amiga epoch of 1978/01/01 to UNIX */36 +#define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)37 +35 38 struct affs_date { 36 39 __be32 days; 37 40 __be32 mins;