[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 10:25:43 +0100

Am Dienstag, den 01.02.2011, 10:16 +0100 schrieb Jérôme Duval:
> 2011/2/1 Stephan Aßmus <superstippi@xxxxxx>:
> > 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. :-)
> 
> Thanks Stephan, I'll fix tonight!

No hurry! I just hope I've saved you some debugging time. Right now I am
just curious to learn more about writing a filesystem for Haiku, that's
why I follow these commits more closely. Very interesting to read.

Best regards,
-Stephan



Other related posts: