From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Layton, Evan J" Subject: Triggering readpages operation Date: Wed, 25 Jul 2012 19:59:26 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: "Jelinek, Sarah" To: "linux-fsdevel@vger.kernel.org" Return-path: Received: from mga09.intel.com ([134.134.136.24]:28709 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752511Ab2GYT72 convert rfc822-to-8bit (ORCPT ); Wed, 25 Jul 2012 15:59:28 -0400 Content-Language: en-US Content-ID: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: I'm working on a project at intel and working on a better understanding of "file system" operations specifically triggering readpages. However I have not been able to figure out how to drive or force the file system to use readpages. I had thought that readahead() would allow me to do this but it's not driving readpages and just goes down the readpage path. Any suggestions on the best way to get the file system to trigger this operation? Thanks, -evan