Commit c2feb7e
nfsd: use LIST_HEAD() to simplify code
list_head can be initialized automatically with LIST_HEAD()
instead of calling INIT_LIST_HEAD().
Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>1 parent 340e61e commit c2feb7e
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1663 | 1663 | | |
1664 | 1664 | | |
1665 | 1665 | | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
| 1666 | + | |
1669 | 1667 | | |
1670 | 1668 | | |
1671 | 1669 | | |
| |||
2369 | 2367 | | |
2370 | 2368 | | |
2371 | 2369 | | |
2372 | | - | |
| 2370 | + | |
2373 | 2371 | | |
2374 | | - | |
2375 | 2372 | | |
2376 | 2373 | | |
2377 | 2374 | | |
| |||
6615 | 6612 | | |
6616 | 6613 | | |
6617 | 6614 | | |
6618 | | - | |
| 6615 | + | |
6619 | 6616 | | |
6620 | | - | |
6621 | 6617 | | |
6622 | 6618 | | |
6623 | 6619 | | |
| |||
0 commit comments