From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gu Zheng Subject: [PATCH 0/5] f2fs: some minor cleanups and logic fixes Date: Tue, 19 Nov 2013 18:03:06 +0800 Message-ID: <528B375A.9050309@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1ViiFU-0002Rk-5P for linux-f2fs-devel@lists.sourceforge.net; Tue, 19 Nov 2013 10:09:36 +0000 Received: from [222.73.24.84] (helo=song.cn.fujitsu.com) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1ViiFS-0006DF-5j for linux-f2fs-devel@lists.sourceforge.net; Tue, 19 Nov 2013 10:09:36 +0000 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: Kim Cc: fsdevel , linux-kernel , f2fs Gu Zheng (5): f2fs: convert remove_inode_page to void f2fs: convert dev_valid_block_count to void f2fs: convert inc/dec_valid_node_count to inc/dec one count f2fs: simplify write_orphan_inodes for better readable f2fs: move the list_head initialization into the lock protection region fs/f2fs/checkpoint.c | 53 ++++++++++++++++++++++++++----------------------- fs/f2fs/f2fs.h | 37 ++++++++++++++++------------------ fs/f2fs/node.c | 18 ++++++---------- 3 files changed, 52 insertions(+), 56 deletions(-) -- 1.7.7 ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751841Ab3KSKJ3 (ORCPT ); Tue, 19 Nov 2013 05:09:29 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:27597 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751141Ab3KSKJ2 (ORCPT ); Tue, 19 Nov 2013 05:09:28 -0500 X-IronPort-AV: E=Sophos;i="4.93,728,1378828800"; d="scan'208";a="9074455" Message-ID: <528B375A.9050309@cn.fujitsu.com> Date: Tue, 19 Nov 2013 18:03:06 +0800 From: Gu Zheng User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Kim CC: f2fs , fsdevel , linux-kernel Subject: [PATCH 0/5] f2fs: some minor cleanups and logic fixes X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/11/19 18:07:31, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/11/19 18:07:32, Serialize complete at 2013/11/19 18:07:32 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gu Zheng (5): f2fs: convert remove_inode_page to void f2fs: convert dev_valid_block_count to void f2fs: convert inc/dec_valid_node_count to inc/dec one count f2fs: simplify write_orphan_inodes for better readable f2fs: move the list_head initialization into the lock protection region fs/f2fs/checkpoint.c | 53 ++++++++++++++++++++++++++----------------------- fs/f2fs/f2fs.h | 37 ++++++++++++++++------------------ fs/f2fs/node.c | 18 ++++++---------- 3 files changed, 52 insertions(+), 56 deletions(-) -- 1.7.7