Re: [PATCH 2/3] btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()

2015-08-05 Thread David Sterba
On Wed, Aug 05, 2015 at 06:00:03PM +0800, Zhao Lei wrote: > objectid's init-value is not used in any case, remove it. > > Signed-off-by: Zhao Lei Reviewed-by: David Sterba -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel

[PATCH 2/3] btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode()

2015-08-05 Thread Zhao Lei
objectid's init-value is not used in any case, remove it. Signed-off-by: Zhao Lei --- fs/btrfs/relocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 1659c94..4698928 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/r