s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDED
commit8a25a0a9c9d26079cb91be7f6360a4d6ff7ac5d4
authorRalph Boehme <slow@samba.org>
Thu, 17 Dec 2015 18:16:43 +0000 (17 19:16 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 6 Jan 2016 09:07:16 +0000 (6 10:07 +0100)
tree84f4086c249ff9345db86d93108ec72cacc7153e
parentb32587e06cb12909b37dc98a90707849be9333a5
s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDED

vfs_fruit returns the correct error NT_STATUS_ALLOTTED_SPACE_EXCEEDED
when an attempt is made to extend the AFP_AfpInfo stream beyond 60
bytes.

This will be used in a subsequent commit in vfs_fruit.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11347

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 1650e793edb42b07501d7467aa64c80eacf33eb6)
source3/lib/errmap_unix.c