]> arthur.barton.de Git - netatalk.git/commit
Substitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE, which gets automatically stuffed...
authorfranklahm <franklahm>
Tue, 5 Jan 2010 12:06:33 +0000 (12:06 +0000)
committerfranklahm <franklahm>
Tue, 5 Jan 2010 12:06:33 +0000 (12:06 +0000)
commit25b5d2196afe740269c3347d49e6f59c40071429
tree19f112af65dbb230f641ff6d86d1593795ac25e4
parent810b61e188382dd9e01ffeb36a38abdffb1cc3fd
Substitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE, which gets automatically stuffed into
struct adouble via ad_init. This eleminates the need to call vol_no_adouble(vol) every time
in ad_open in order to pass ADFLAGS_NOADOUBLE with adflags, instead inside ad_open the func checks
ad->ad_options.
Remove forced adouble file creation from ad_metadata, this broke the clean ad_* API semantics of
only creating files with O_CREATE. Instead do it explicitly in enumerate where the original force
adouble patch grew from.
etc/afpd/catsearch.c
etc/afpd/desktop.c
etc/afpd/directory.c
etc/afpd/extattrs.c
etc/afpd/file.c
etc/afpd/filedir.c
etc/afpd/volume.c
include/atalk/adouble.h
include/atalk/volume.h
libatalk/adouble/ad_open.c