Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752910Ab1FNRaZ (ORCPT ); Tue, 14 Jun 2011 13:30:25 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45192 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751768Ab1FNRaV convert rfc822-to-8bit (ORCPT ); Tue, 14 Jun 2011 13:30:21 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Tue, 14 Jun 2011 10:29:30 -0700 Message-ID: Subject: Re: [PATCH 0/12] tmpfs: convert from old swap vector to radix tree To: Hugh Dickins Cc: Andrew Morton , Christoph Hellwig , Robin Holt , Nick Piggin , Rik van Riel , Andrea Arcangeli , Miklos Szeredi , KAMEZAWA Hiroyuki , Shaohua Li , Tim Chen , "Zhang, Yanmin" , linux-kernel@vger.kernel.org, linux-mm@kvack.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 636 Lines: 16 On Tue, Jun 14, 2011 at 3:40 AM, Hugh Dickins wrote: > > thus saving memory, and simplifying its code and locking. > > ?13 files changed, 669 insertions(+), 1144 deletions(-) Hey, I can Ack this just based on the fact that for once "simplifying its code" clearly also removes code. Yay! Too many times the code becomes "simpler" but bigger. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/