commit | 1b6b2257dc5a88aae375ff44485f8d6c4ee800e4 | [log] [tgz] |
---|---|---|
author | Benny Halevy <bhalevy@panasas.com> | Tue Aug 12 20:45:28 2008 +0300 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Sep 29 17:56:58 2008 -0400 |
tree | f501c82b95c8383a9bc12f68337ad79a5697fe56 | |
parent | e2f282b9f0538e4f63255ffa35bf3b902f5fbde2 [diff] |
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 <bhalevy@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>