mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of bug fixes in 'net' overlapping other changes in 'net-next-. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
bb598c1b8c
580 changed files with 7322 additions and 4039 deletions
|
@ -2812,7 +2812,8 @@ static int unix_seq_show(struct seq_file *seq, void *v)
|
|||
i++;
|
||||
}
|
||||
for ( ; i < len; i++)
|
||||
seq_putc(seq, u->addr->name->sun_path[i]);
|
||||
seq_putc(seq, u->addr->name->sun_path[i] ?:
|
||||
'@');
|
||||
}
|
||||
unix_state_unlock(s);
|
||||
seq_putc(seq, '\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue