From: Andy Adamson <andros@xxxxxxxxxx> Prepare to remove unused threshold calculations Squash into "pnfs:filelayout:policy ops" Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfs/nfs4filelayout.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index 9d1274d..c2dda25 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c @@ -737,13 +737,6 @@ boundary: return (p_stripe == r_stripe); } -ssize_t -filelayout_get_io_threshold(struct pnfs_layout_type *layoutid, - struct inode *inode) -{ - return -1; -} - struct layoutdriver_io_operations filelayout_io_operations = { .commit = filelayout_commit, .read_pagelist = filelayout_read_pagelist, @@ -761,8 +754,6 @@ struct layoutdriver_policy_operations filelayout_policy_operations = { PNFS_LAYOUTGET_ON_OPEN, .get_stripesize = filelayout_get_stripesize, .pg_test = filelayout_pg_test, - .get_read_threshold = filelayout_get_io_threshold, - .get_write_threshold = filelayout_get_io_threshold, }; struct pnfs_layoutdriver_type filelayout_type = { -- 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