Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp4226463ybc; Fri, 15 Nov 2019 00:46:22 -0800 (PST) X-Google-Smtp-Source: APXvYqxGztP/bfecCkxJsDerLue3QNEcxnT0CMvRc1gNRugtHiXiFRgrwUnrnOsHoILvTwMFmLsc X-Received: by 2002:a17:906:2e81:: with SMTP id o1mr12287509eji.284.1573807582532; Fri, 15 Nov 2019 00:46:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573807582; cv=none; d=google.com; s=arc-20160816; b=o7XlmWNZYpjwPbSvKd9Wank0woFj5kakD7DYd5qrsdAo8LA4nSaYAJuuCcyHGrV7ur NsP7YDCUtv/b6w8pPBJ4exP+p75BlmtbIKy6ujT6CUXuToQSLMNPyuq4JuhECuqw3R7t MnDbxW82POJ0th9PibGYsqGF9CaQT3rh3j0V3s0M2rYwDREXxUJ2cmIfESy10wMOY/2X jhxB24YRIJ5Iyi8uvDwVBxDErfv1Ej5HvFcERox1znBW8EQzzemRScpUkrH8e/Yq0Ih1 vSn9txxLImg+07QiYu+puxZY1b4NmnFEEEb4kNEDx5HA8hyORuPSV23cITYkkIgw0s/s O4WA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:mail-followup-to :reply-to:message-id:subject:cc:to:from:date; bh=RXSBgYO5OexYOI7VL7Qu7AGc03tlGyFdQT+3+yi2tig=; b=GKV8I9Ydfoo66buBjBUSxZAS5kVblZ5gwnEVsKJTk4zcSneGLqqAkUb34AbxUn4Dwu pj2yLhyDKePE8suDeAG9KkPc02P8bZDG6EdCH0RSyakpJSQxQDv2wwGgBBl9q3L0GXTB qj0i8PLPJirgS6No3CpJy2BOijz7oP0jFqYfWBq1QpN4MJi5t5Z6ElgjypyxRymT0ghz vaQcJb4HBT37sxmJc2TpgzBknC1glxcfmRYX4jSgSpZ3i1n19WLCz4aHVvyjg/pHIEQ9 3jqrQMmFnuPEzHOiOHoLILmc/w0KFQ1V2rZrrIFN5kqLMQVxmVWUQ1MeTPW9EzNVWp34 dDew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id gu7si5165870ejb.405.2019.11.15.00.45.57; Fri, 15 Nov 2019 00:46:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727004AbfKOIo5 (ORCPT + 99 others); Fri, 15 Nov 2019 03:44:57 -0500 Received: from mx2.suse.de ([195.135.220.15]:56496 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725829AbfKOIo5 (ORCPT ); Fri, 15 Nov 2019 03:44:57 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id F2FDBAC6F; Fri, 15 Nov 2019 08:44:54 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 54295DA783; Fri, 15 Nov 2019 09:44:57 +0100 (CET) Date: Fri, 15 Nov 2019 09:44:57 +0100 From: David Sterba To: ira.weiny@intel.com Cc: Andrew Morton , Alexander Viro , Chris Mason , Josef Bacik , David Sterba , Jaegeuk Kim , Chao Yu , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, Trond Myklebust , Anna Schumaker , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-nfs@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] Documentation/fs: Move swap_[de]activate() to file_operations Message-ID: <20191115084457.GM3001@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, ira.weiny@intel.com, Andrew Morton , Alexander Viro , Chris Mason , Josef Bacik , David Sterba , Jaegeuk Kim , Chao Yu , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, Trond Myklebust , Anna Schumaker , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-nfs@vger.kernel.org, linux-mm@kvack.org References: <20191114231943.11220-1-ira.weiny@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191114231943.11220-1-ira.weiny@intel.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 14, 2019 at 03:19:43PM -0800, ira.weiny@intel.com wrote: > From: Ira Weiny > > Update the documentation for the move of the swap_* functions out of > address_space_operations and into file_operations. > > Signed-off-by: Ira Weiny > --- > Follow on to the V2 series sent earlier. If I need to spin a V3 I will squash > this into patch 2/2 "fs: Move swap_[de]activate to file_operations" Reviewed-by: David Sterba