From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030334Ab3E3KF7 (ORCPT ); Thu, 30 May 2013 06:05:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34205 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968038Ab3E3KFy (ORCPT ); Thu, 30 May 2013 06:05:54 -0400 From: Mel Gorman To: Andrew Morton Cc: Jiri Slaby , Valdis Kletnieks , Rik van Riel , Zlatko Calusic , Johannes Weiner , dormando , Michal Hocko , Jan Kara , Dave Chinner , Kamezawa Hiroyuki , Linux-FSDevel , Linux-MM , LKML , Mel Gorman Subject: [PATCH 0/2] Update aops documentation Date: Thu, 30 May 2013 11:05:46 +0100 Message-Id: <1369908348-7943-1-git-send-email-mgorman@suse.de> X-Mailer: git-send-email 1.8.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > This patch adds an address_space operation that filesystems may > > optionally use to check if a page is really dirty or really under > > writeback. > > address_space_operations methods are Documented in > Documentation/filesystems/vfs.txt ;) I could whinge that the aops docs are already out of date but fixing it takes less time than coming up with excuses :) Documentation/filesystems/vfs.txt | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) -- 1.8.1.4