From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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> 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 To: Andrew Morton Return-path: Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org