]> arthur.barton.de Git - netatalk.git/commit
This patch fixes "broken" handling of dbtob (converting diskblocks to
authorsamnoble <samnoble>
Thu, 29 Mar 2001 06:02:58 +0000 (06:02 +0000)
committersamnoble <samnoble>
Thu, 29 Mar 2001 06:02:58 +0000 (06:02 +0000)
commitcca3156f849cfce1e8eabd17aa75810af493cd56
treef244ae9231c7e9dba996e8a83fd75d1092adf241
parent6567a007b849c78b070521cf1fc9c28ce71e2ff1
This patch fixes "broken" handling of dbtob (converting diskblocks to
actual bytes) on Linux (every version I've used).  Basically if you mount
a filesystem that uses diskblocks with a size other than 1024 bytes/block
netatalk just assumes that you've got 1024 byte blocks anyway and reports
incorrect quota information.  define HAVE_BROKEN_DBTOB in configure.in to
enable this fix on other platforms.
configure.in
etc/afpd/quota.c