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

2013-07-29 Thread Miao Xie
On mon, 29 Jul 2013 23:37:19 +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 v3] Btrfs-progs: add missing path alloc return value check

2013-07-29 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