From c91265cd0efb83778f015b4d4b1129bd2cfd075e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 14 May 2016 05:45:59 -0300 Subject: Linux-libre 4.5.4-gnu --- fs/aufs/sysrq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/aufs/sysrq.c') 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(); -- cgit v1.2.3