Re: [PATCH v4] Btrfs-progs: add missing path alloc return value check

2013-07-30 Thread Miao Xie
On tue, 30 Jul 2013 12:09:55 +0100, Filipe David Borba Manana wrote: > Also remove unused path in extent-tree.c:finish_current_insert(). > > Signed-off-by: Filipe David Borba Manana > --- > > V2: added 1 more path alloc check and removed unnecessary path > allocation in extent-tree.c:fi

[PATCH v4] Btrfs-progs: add missing path alloc return value check

2013-07-30 Thread Filipe David Borba Manana
Also remove unused path in extent-tree.c:finish_current_insert(). Signed-off-by: Filipe David Borba Manana --- V2: added 1 more path alloc check and removed unnecessary path allocation in extent-tree.c:finish_current_insert(). V3: added missing path alloc checks to dir-item.c, file-item.c