From: Pavel Charvat Date: Wed, 29 Aug 2007 18:20:56 +0000 (+0200) Subject: Bugfix in keywords module -- fb-dir does not support appending to an X-Git-Tag: holmes-import~506^2~13^2~75^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2bd7e911e592cf5db07acc2395b5190321bd3e3d;p=libucw.git Bugfix in keywords module -- fb-dir does not support appending to an unaligned file. --- diff --git a/lib/fb-direct.c b/lib/fb-direct.c index 1765eae8..865bbb44 100644 --- a/lib/fb-direct.c +++ b/lib/fb-direct.c @@ -20,6 +20,7 @@ * * FIXME: what if the OS doesn't support O_DIRECT? * FIXME: unaligned seeks and partial writes? + * FIXME: append to unaligned file */ #undef LOCAL_DEBUG