From: Anna Schumaker Date: Wed, 25 Sep 2013 21:02:48 +0000 (-0400) Subject: NFS: Give "flavor" an initial value to fix a compile warning X-Git-Tag: v3.12-rc4~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367156d9a87b21b5232dd93107c5fc61b09ba2ef;p=pandora-kernel.git NFS: Give "flavor" an initial value to fix a compile warning The previous patch introduces a compile warning by not assigning an initial value to the "flavor" variable. This could only be a problem if the server returns a supported secflavor list of length zero, but it's better to fix this before it's ever hit. Signed-off-by: Anna Schumaker Acked-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed