From: Trond Myklebust Date: Tue, 5 Jun 2012 13:35:44 +0000 (-0400) Subject: NFSv4: Fix up decode_attr_mdsthreshold X-Git-Tag: v3.5-rc3~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029c53473727f21c1dd73237e8d630a6f007a2fe;p=pandora-kernel.git NFSv4: Fix up decode_attr_mdsthreshold Fix an incorrect use of 'likely()'. The FATTR4_WORD2_MDSTHRESHOLD bit is only expected in NFSv4.1 OPEN calls, and so is actually rather _unlikely_. decode_attr_mdsthreshold needs to clear FATTR4_WORD2_MDSTHRESHOLD from the attribute bitmap after it has decoded the data. Signed-off-by: Trond Myklebust Cc: Andy Adamson --- Reading git-diff-tree failed