[haiku-commits] Re: BRANCH ahenriksson-github.production - src/add-ons/kernel/file_systems/bfs

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 17 Aug 2012 21:30:20 +0200

On 08/17/2012 07:49 PM, ahenriksson-github.production wrote:
@@ -3232,7 +3234,7 @@ Inode::Create(Transaction& transaction, Inode* parent, 
const char* name,
                        if (_created)
                                *_created = false;
                        if (_id)
-                               *_id = inode->ID();
+                               *_id = inode->ID(); // TODO this should be 
create id

What do you mean by that comment?
The rest of the changes look good to me, even though one cannot see if you got it all, of course :-)
Do queries still work?

Bye,
   Axel.


Other related posts: