OSDN Git Service

Btrfs: remove unnecessary inode generation lookup in send
authorFilipe Manana <fdmanana@gmail.com>
Tue, 18 Mar 2014 17:56:06 +0000 (17:56 +0000)
committerChris Mason <clm@fb.com>
Fri, 21 Mar 2014 00:15:28 +0000 (17:15 -0700)
commit425b5dafc8738d3d6d6b05827f40bd32bf04a20b
tree31f9a4b50c2ac23489fae606fcb35d47105fbc54
parent21543baddcdbaa49db5ac8766ae564381e7c64d9
Btrfs: remove unnecessary inode generation lookup in send

No need to search in the send tree for the generation number of the inode,
we already have it in the recorded_ref structure passed to us.

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/send.c