]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8fa5c8dc42f2f38b7eba3fbaf85dccad552ae742
tree31f9a4b50c2ac23489fae606fcb35d47105fbc54
parent2370a6dbb20e607ed78e6e1cfa8daaa7bcfd0338
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