aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dynroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/dynroot.c')
-rw-r--r--fs/afs/dynroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/dynroot.c b/fs/afs/dynroot.c
index 1cde710a8013..f29c6dade7f6 100644
--- a/fs/afs/dynroot.c
+++ b/fs/afs/dynroot.c
@@ -265,7 +265,7 @@ int afs_dynroot_populate(struct super_block *sb)
265 return -ERESTARTSYS; 265 return -ERESTARTSYS;
266 266
267 net->dynroot_sb = sb; 267 net->dynroot_sb = sb;
268 list_for_each_entry(cell, &net->proc_cells, proc_link) { 268 hlist_for_each_entry(cell, &net->proc_cells, proc_link) {
269 ret = afs_dynroot_mkdir(net, cell); 269 ret = afs_dynroot_mkdir(net, cell);
270 if (ret < 0) 270 if (ret < 0)
271 goto error; 271 goto error;