From: Weston Andros Adamson Date: Tue, 9 Sep 2014 21:51:47 +0000 (-0400) Subject: pnfs: fix filelayout_retry_commit when idx > 0 X-Git-Tag: fixes-for-v3.18-merge-window~138^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224ecbf5a674ec7da3a3b3ea21ca62e2853653fa;p=pandora-kernel.git pnfs: fix filelayout_retry_commit when idx > 0 filelayout_retry_commit was recently split out from alloc_ds_commits, but was done in such a way that the bucket pointer always starts at index 0 no matter what the @idx argument is set to. The intention of the @idx argument is to retry commits starting at bucket @idx. This is called when alloc_ds_commits fails for a bucket. Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed