mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:30:53 +07:00
afs: use the shorter LIST_HEAD for brevity
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c3c52bce69
commit
0ae52d6fba
@ -20,7 +20,7 @@
|
||||
DECLARE_RWSEM(afs_proc_cells_sem);
|
||||
LIST_HEAD(afs_proc_cells);
|
||||
|
||||
static struct list_head afs_cells = LIST_HEAD_INIT(afs_cells);
|
||||
static LIST_HEAD(afs_cells);
|
||||
static DEFINE_RWLOCK(afs_cells_lock);
|
||||
static DECLARE_RWSEM(afs_cells_sem); /* add/remove serialisation */
|
||||
static DECLARE_WAIT_QUEUE_HEAD(afs_cells_freeable_wq);
|
||||
|
Loading…
Reference in New Issue
Block a user