#include __NR_acct, #ifdef __NR_swapon __NR_swapon, #endif __NR_quotactl, #ifdef __NR_truncate __NR_truncate, #endif #ifdef __NR_truncate64 __NR_truncate64, #endif #ifdef __NR_ftruncate __NR_ftruncate, #endif #ifdef __NR_ftruncate64 __NR_ftruncate64, #endif #ifdef __NR_bind __NR_bind, /* bind can affect fs object only in one way... */ #endif /linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann1-2/+2
Steven suggested to improve trace_print_hex_seq() a bit after commit 2acae0d5b0f7 ("trace: add variant without spacing in trace_print_hex_seq") in two ways: i) by adding a kdoc comment for the helper function itself and ii) by renaming 'spacing' argument into 'concatenate' to better denote that we don't add spaces between each hex bytes. Suggested-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>