From: Christoph Hellwig Date: Thu, 21 Aug 2014 16:09:20 +0000 (-0500) Subject: pnfs: don't check sequence on new stateids in layoutget X-Git-Tag: fixes-for-v3.18-merge-window~10^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362f74745c15fb9acad577ab8e1342ee5313a2a5;p=pandora-kernel.git pnfs: don't check sequence on new stateids in layoutget When layoutget returns an entirely new layout stateid it should not check the generation counter as the new stateid will start with a new counter entirely unrelated to old one. The current behavior causes constant layoutget failures against a block server which allocates a new stateid after an recall that removed all outstanding layouts. Signed-off-by: Christoph Hellwig Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed