From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD535C2D0A8 for ; Wed, 23 Sep 2020 11:52:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 801082193E for ; Wed, 23 Sep 2020 11:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600861925; bh=E2c6JAZSru7S3wPFsTWjmclP6a8Wd/2BesxKOHiiMd4=; h=From:To:Subject:Date:List-ID:From; b=HL4PP0lRWkmCwEj4LPaiB+vFmRixvlGYeWSIWBJrfaJ9cIGLyLL75JIhNvhjYeS27 ua9o9pJAoIAgY9Yg3X0OekfeZurYJ6WW18tQSzl8llO/Wu8C8jdlPSEDzC5fVraK1B FEN5SJvDB2G3E7G814sELp2eq6RS1DACrnZ0TDKo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726548AbgIWLwE (ORCPT ); Wed, 23 Sep 2020 07:52:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:50560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726524AbgIWLwE (ORCPT ); Wed, 23 Sep 2020 07:52:04 -0400 Received: from tleilax.com (68-20-15-154.lightspeed.rlghnc.sbcglobal.net [68.20.15.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C51E72193E for ; Wed, 23 Sep 2020 11:52:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600861924; bh=E2c6JAZSru7S3wPFsTWjmclP6a8Wd/2BesxKOHiiMd4=; h=From:To:Subject:Date:From; b=F2ym9lg/5FrTh7XBRJMWZmDKYOs/AWnphZu4MLIlyZ2t3FVINVeLAm8KemVdIxIXT aW2yF2zb7891j1hvC+ZKD0RThFtt/sG8XRnaOCle21Z7i2oj7QyQJDR/WAdTHQtyiA mVTlJLuzBUtb+O0nw0msCAyQu4kOzxI40iW0xSgE= From: Jeff Layton To: ceph-devel@vger.kernel.org Subject: [PATCH v2 0/5] ceph: addr.c cleanups Date: Wed, 23 Sep 2020 07:51:56 -0400 Message-Id: <20200923115201.15664-1-jlayton@kernel.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org This is a minor revision to the set that I sent last week to clean up some of the addr.c code. The main changes are to comments and whitespace, but I also eliminated the unneeded inode argument to ceph_find_incompatible. Jeff Layton (5): ceph: break out writeback of incompatible snap context to separate function ceph: don't call ceph_update_writeable_page from page_mkwrite ceph: fold ceph_sync_readpages into ceph_readpage ceph: fold ceph_sync_writepages into writepage_nounlock ceph: fold ceph_update_writeable_page into ceph_write_begin fs/ceph/addr.c | 384 ++++++++++++++++++++++--------------------------- 1 file changed, 175 insertions(+), 209 deletions(-) -- 2.26.2