From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932279AbWCLXyV (ORCPT ); Sun, 12 Mar 2006 18:54:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932262AbWCLXyV (ORCPT ); Sun, 12 Mar 2006 18:54:21 -0500 Received: from cantor.suse.de ([195.135.220.2]:40327 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932204AbWCLXyV (ORCPT ); Sun, 12 Mar 2006 18:54:21 -0500 From: NeilBrown To: Andrew Morton Date: Mon, 13 Mar 2006 10:53:11 +1100 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The following 4 patches improve the documentation for vfs address_space operations, and clean up some code oddities I found while writing it. All have been sent the these lists before for review and only one comment was received: a positive note about the documentation. Please target them for 2.6.17. Thanks, NeilBrown [PATCH 001 of 4] Update some VFS documentation. [PATCH 002 of 4] Honour AOP_TRUNCATE_PAGE returns in page_symlink [PATCH 003 of 4] Make address_space_operations->sync_page return void. [PATCH 004 of 4] Make address_space_operations->invalidatepage return void