]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: cleanup delayed-ref.c:find_ref_head()
authorFilipe Manana <fdmanana@gmail.com>
Wed, 12 Feb 2014 15:07:53 +0000 (15:07 +0000)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:16:46 +0000 (15:16 -0400)
commit11b4a95a6c1c51761929901bee2b40c0b4118ca9
tree7ad6d55dcded1a9d872f99f673c2f5ac326a5c2e
parentd8233d50c6c577f76552f5fe37489cf515b9f242
Btrfs: cleanup delayed-ref.c:find_ref_head()

The argument last wasn't used, all callers supplied a NULL value
for it. Also removed unnecessary intermediate storage of the result
of key comparisons.

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
fs/btrfs/delayed-ref.c