[haiku-commits] Re: r40335 - haiku/trunk/src/add-ons/kernel/file_systems/btrfs

  • From: Stephan Aßmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 01 Feb 2011 08:58:33 +0100

Hi Korli,

Am 31.01.2011 20:16, schrieb korli@xxxxxxxxxxxxxxxx:
+static status_t
+btrfs_rewind_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie)
+{
+       DirectoryIterator* iterator = (DirectoryIterator*)_cookie;
+       return iterator->Rewind();
+}

That looks unhealthy. :-)

Best regards,
-Stephan

Other related posts: