From: Chuck Lever Date: Wed, 4 Sep 2013 16:26:03 +0000 (-0400) Subject: When CONFIG_NFS_V4_1 is not enabled, "make C=2" emits this warning: X-Git-Tag: v3.12-rc1~87^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cec16abf23d644b0e261956cb2b37a668354f5a;p=pandora-kernel.git When CONFIG_NFS_V4_1 is not enabled, "make C=2" emits this warning: linux/fs/nfs/nfs4session.c:337:6: warning: symbol 'nfs41_set_target_slotid' was not declared. Should it be static? Move nfs41_set_target_slotid() and nfs41_update_target_slotid() back behind CONFIG_NFS_V4_1, since, in the final revision of this work, they are used only in NFSv4.1 and later. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed