From: NeilBrown Date: Thu, 25 Jun 2015 22:03:45 +0000 (-0700) Subject: NILFS2: support NFSv2 export X-Git-Tag: omap-for-v4.2/fixes-rc1^2~106^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73c2f1f83ca1c4e2f4515f987973bfe56c86973;p=pandora-kernel.git NILFS2: support NFSv2 export The "fh_len" passed to ->fh_to_* is not guaranteed to be that same as that returned by encode_fh - it may be larger. With NFSv2, the filehandle is fixed length, so it may appear longer than expected and be zero-padded. So we must test that fh_len is at least some value, not exactly equal to it. Signed-off-by: NeilBrown Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed