Re: [PATCH V6 3/3] btrfs: delay to insert the initial inode

2011-04-25 Thread Miao Xie
On Mon, 25 Apr 2011 16:50:43 -0400, Chris Mason wrote: > Excerpts from Miao Xie's message of 2011-04-22 06:12:24 -0400: >> Since we have implemented the delayed update of the inode, we can also >> delayed to insert the initial inode, then we can merge the inode update >> and the initial inode inser

Re: [PATCH V6 3/3] btrfs: delay to insert the initial inode

2011-04-25 Thread Chris Mason
Excerpts from Miao Xie's message of 2011-04-22 06:12:24 -0400: > Since we have implemented the delayed update of the inode, we can also > delayed to insert the initial inode, then we can merge the inode update > and the initial inode insertions to one insertion. Awesome. With things separate from

[PATCH V6 3/3] btrfs: delay to insert the initial inode

2011-04-22 Thread Miao Xie
Since we have implemented the delayed update of the inode, we can also delayed to insert the initial inode, then we can merge the inode update and the initial inode insertions to one insertion. Signed-off-by: Miao Xie --- fs/btrfs/delayed-inode.c | 18 +-- fs/btrfs/delayed-inode.h |