From 2bd7e911e592cf5db07acc2395b5190321bd3e3d Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Wed, 29 Aug 2007 20:20:56 +0200 Subject: [PATCH] Bugfix in keywords module -- fb-dir does not support appending to an unaligned file. --- lib/fb-direct.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2