From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sage Weil Subject: Re: [PATCH 0/2] Cleanup invalidate page Date: Fri, 9 Aug 2013 10:44:22 -0700 (PDT) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: ceph-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, zheng.z.yan@intel.com To: Milosz Tanski Return-path: Received: from cobra.newdream.net ([66.33.216.30]:36437 "EHLO cobra.newdream.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758468Ab3HIRoW (ORCPT ); Fri, 9 Aug 2013 13:44:22 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Milosz, I pulled both these into the testing branch. Thanks! sage On Fri, 9 Aug 2013, Milosz Tanski wrote: > Currently ceph_invalidatepage has is overly eger with it's checks which are > moot. The second change cleans up the case where offset is non zero. > > Please pull the from: > https://bitbucket.org/adfin/linux-fs.git wip-invalidatepage > > This simple patchset came from the changes I made while working on fscache > support for cephfs. Per Sage's request I split this up into smaller bites for > testing and review. > > Milosz Tanski (2): > ceph: Remove bogus check in invalidatepage > ceph: cleanup the logic in ceph_invalidatepage > > fs/ceph/addr.c | 33 +++++++++++++++------------------ > 1 file changed, 15 insertions(+), 18 deletions(-) > > -- > 1.8.1.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >