9fans archive / 2001 / 03 / 277 / prev next
From: Lyndon Nerenberg <lyndon@ort...>
Subject: Re: [9fans] 9fs/9auth for FreeBSD
Date: Wed, 28 Mar 2001 12:48:19 -0700
>>>>> "Alexander" == Alexander Viro <viro@mat...> writes:
Alexander> In case of Linux append-only is "all writes are treated
Alexander> as appends" (see mm/filemap.c::generic_file_write()),
Alexander> so no wanking with O_APPEND on subsequent open() is
Alexander> needed,
O_APPEND probably isn't needed on BSD kernels, either. That was me
being paranoid based on the comment that writes didn't always get
treated as appends.
--lyndon