diff options
-rw-r--r-- | fs/afs/cell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/cell.c b/fs/afs/cell.c index cf445dbd5f2e..9de46116c749 100644 --- a/fs/afs/cell.c +++ b/fs/afs/cell.c | |||
@@ -173,6 +173,7 @@ static struct afs_cell *afs_alloc_cell(struct afs_net *net, | |||
173 | 173 | ||
174 | rcu_assign_pointer(cell->vl_servers, vllist); | 174 | rcu_assign_pointer(cell->vl_servers, vllist); |
175 | cell->dns_expiry = TIME64_MAX; | 175 | cell->dns_expiry = TIME64_MAX; |
176 | __clear_bit(AFS_CELL_FL_NO_LOOKUP_YET, &cell->flags); | ||
176 | } else { | 177 | } else { |
177 | cell->dns_expiry = ktime_get_real_seconds(); | 178 | cell->dns_expiry = ktime_get_real_seconds(); |
178 | } | 179 | } |