From: Andy Adamson <andros@xxxxxxxxxx> Prepare to remove unused threshold calculations Squash into: "pnfs:initialize pageio for read" Signed-off-by: Andy Adamon <andros@xxxxxxxxxx> --- fs/nfs/pnfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 226ab4f..19cc193 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -1412,7 +1412,7 @@ pnfs_pageio_init_read(struct nfs_pageio_descriptor *pgio, /* Calculate the total read-ahead count */ readahead_range(inode, pages, &loff, &count); - if (count > 0 && !below_threshold(inode, count, 0)) { + if (count > 0) { status = pnfs_update_layout(inode, ctx, count, loff, IOMODE_READ, NULL); dprintk("%s virt update returned %d\n", __func__, status); -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html