summaryrefslogtreecommitdiff
path: root/fs/aufs/sysrq.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/sysrq.c')
-rw-r--r--fs/aufs/sysrq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/aufs/sysrq.c b/fs/aufs/sysrq.c
index 7921ed716..7d22979b7 100644
--- a/fs/aufs/sysrq.c
+++ b/fs/aufs/sysrq.c
@@ -105,7 +105,7 @@ static void au_sysrq(int key __maybe_unused)
lockdep_off();
au_sbilist_lock();
- list_for_each_entry(sbinfo, &au_sbilist.head, si_list)
+ hlist_for_each_entry(sbinfo, &au_sbilist.head, si_list)
sysrq_sb(sbinfo->si_sb);
au_sbilist_unlock();
lockdep_on();