mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
rpc: gss: eliminate print_hexl()'s
Dumping all this data to the logs is wasteful (even when debugging is turned off), and creates too much output to be useful when it's turned on. Fix a minor style bug or two while we're at it. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
2b577f1f14
commit
8fc7500bb8
6 changed files with 2 additions and 66 deletions
|
@ -90,8 +90,6 @@ struct gss_cred {
|
|||
#define gc_flags gc_base.cr_flags
|
||||
#define gc_expire gc_base.cr_expire
|
||||
|
||||
void print_hexl(u32 *p, u_int length, u_int offset);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* _LINUX_SUNRPC_AUTH_GSS_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue