summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-07-08 20:19:23 +0200
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-07-08 20:25:41 +0200
commit690edcfad0e570a9a2a42d9b98cd04efaf21489d (patch)
treed42f2fde1f21fc2b118151802e06d5e44c0eff2b /fs/nfs
parentbe824167e33a8b747423c90f72479deb03255d54 (diff)
downloadop-kernel-dev-690edcfad0e570a9a2a42d9b98cd04efaf21489d.zip
op-kernel-dev-690edcfad0e570a9a2a42d9b98cd04efaf21489d.tar.gz
NFSv4.2/flexfiles: Fix a typo in the flexfiles layoutstats code
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/flexfilelayout/flexfilelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c
index c12951b..b3289d7 100644
--- a/fs/nfs/flexfilelayout/flexfilelayout.c
+++ b/fs/nfs/flexfilelayout/flexfilelayout.c
@@ -1852,7 +1852,7 @@ ff_layout_mirror_prepare_stats(struct nfs42_layoutstat_args *args,
struct nfs42_layoutstat_devinfo *devinfo;
int i;
- for (i = 0; i <= FF_LAYOUT_MIRROR_COUNT(pls); i++) {
+ for (i = 0; i < FF_LAYOUT_MIRROR_COUNT(pls); i++) {
if (*dev_count >= dev_limit)
break;
mirror = FF_LAYOUT_COMP(pls, i);
OpenPOWER on IntegriCloud