From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754206AbbHaTAz (ORCPT ); Mon, 31 Aug 2015 15:00:55 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33478 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbbHaTAy (ORCPT ); Mon, 31 Aug 2015 15:00:54 -0400 Date: Mon, 31 Aug 2015 11:00:50 -0800 From: Kent Overstreet To: torvalds@linux-foundation.org, Jens Axboe , linux-kernel@vger.kernel.org Subject: [GIT PULL] bcache revert Message-ID: <20150831190050.GC27538@kmo-pixel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull; this reverts a patch from Jens that was committed without CCing be or being mailed out to any of the lists. Said patch wasn't in any way a functional change and is something that damn well should have been discussed. Jens - what the goddamn fuck!? You've never touched the bcache code until now, and when you finally get interested this is what you do!? While I am sympathetic to the arguments in favor of your patch, there _are_ some damn good reasons I did it the way I did. If you want to have that discussion, feel free to mail your patch out again after the revert. The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2: Linux 4.2 (2015-08-30 11:34:09 -0700) are available in the git repository at: git://evilpiepirate.org/~kent/linux-bcache.git bcache-revert for you to fetch changes up to 308826467c4c17e62554603d7d6bbf9164e3948a: Revert "bcache: don't embed 'return' statements in closure macros" (2015-08-31 10:50:21 -0800) ---------------------------------------------------------------- Kent Overstreet (1): Revert "bcache: don't embed 'return' statements in closure macros" drivers/md/bcache/closure.h | 3 +++ drivers/md/bcache/io.c | 1 - drivers/md/bcache/journal.c | 2 -- drivers/md/bcache/request.c | 14 +++----------- 4 files changed, 6 insertions(+), 14 deletions(-)