files-backend: make sure files_rename_ref() always reach the end
commit0a3f07d6c0ce8ee3fb315d582a0eaaba56fb7873
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 26 Mar 2017 02:42:19 +0000 (26 09:42 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Mar 2017 17:23:39 +0000 (27 10:23 -0700)
tree9b3a95c5397f4571e4f0a89d97d0fe25f4787297
parent33dfb9f3f2aa6b7cc3fcba84ad8ac1485272e003
files-backend: make sure files_rename_ref() always reach the end

This is a no-op patch. It prepares the function so that we can release
resources (to be added later in this function) before we return.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/files-backend.c