From: Benny Halevy Date: Tue, 12 Aug 2008 17:45:28 +0000 (+0300) Subject: nfsd: don't declare p in ENCODE_SEQID_OP_HEAD X-Git-Tag: v2.6.28-rc1~576^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6b2257dc5a88aae375ff44485f8d6c4ee800e4;p=pandora-kernel.git nfsd: don't declare p in ENCODE_SEQID_OP_HEAD After using the encode_stateid helper the "p" pointer declared by ENCODE_SEQID_OP_HEAD is warned as unused. In the single site where it is still needed it can be declared separately using the ENCODE_HEAD macro. Signed-off-by: Benny Halevy Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed