diff options
author | Clark Williams <williams@redhat.com> | 2018-07-03 13:34:30 -0500 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-08-07 16:20:08 +0200 |
commit | 068f5490235c565ec0c7f3bb2ee6e35990b4d077 (patch) | |
tree | 0f7a0d8e2a3cbaf75053012ef94ca20465bd4473 /fs/dax.c | |
parent | d9ac576603f6e1b9fd00960a28822f3a467d51b2 (diff) | |
download | linux-rt-068f5490235c565ec0c7f3bb2ee6e35990b4d077.tar.gz |
fscache: initialize cookie hash table raw spinlocks
The fscache cookie mechanism uses a hash table of hlist_bl_head structures. The
PREEMPT_RT patcheset adds a raw spinlock to this structure and so on PREEMPT_RT
the structures get used uninitialized, causing warnings about bad magic numbers
when spinlock debugging is turned on.
Use the init function for fscache cookies.
Signed-off-by: Clark Williams <williams@redhat.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'fs/dax.c')
0 files changed, 0 insertions, 0 deletions