From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] btrfs: fix directory offsets for '.' and '..' entries Date: Sun, 11 Sep 2011 17:06:25 -0400 Message-ID: <20110911210624.GA17583@infradead.org> References: <1315773216-8490-1-git-send-email-notasas@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Mason , linux-btrfs@vger.kernel.org To: Grazvydas Ignotas Return-path: In-Reply-To: <1315773216-8490-1-git-send-email-notasas@gmail.com> List-ID: On Sun, Sep 11, 2011 at 11:33:36PM +0300, Grazvydas Ignotas wrote: > Currently getdents syscall returns wrong offset for '.' directory entry, > which confuses some programs like wine. This can be observed with an > example program getdents(2) manpage: Can you submit a patch to add your testcase to xfstests?