Loading fs/afs/addr_list.c +1 −1 Original line number Diff line number Diff line Loading @@ -216,7 +216,7 @@ struct afs_addr_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) _enter("%s", cell->name); ret = dns_query("afsdb", cell->name, cell->name_len, "ipv4", &vllist, _expiry); "", &vllist, _expiry); if (ret < 0) return ERR_PTR(ret); Loading fs/afs/dynroot.c +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ static int afs_probe_cell_name(struct dentry *dentry) return 0; } ret = dns_query("afsdb", name, len, "ipv4", NULL, NULL); ret = dns_query("afsdb", name, len, "", NULL, NULL); if (ret == -ENODATA) ret = -EDESTADDRREQ; return ret; Loading Loading
fs/afs/addr_list.c +1 −1 Original line number Diff line number Diff line Loading @@ -216,7 +216,7 @@ struct afs_addr_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) _enter("%s", cell->name); ret = dns_query("afsdb", cell->name, cell->name_len, "ipv4", &vllist, _expiry); "", &vllist, _expiry); if (ret < 0) return ERR_PTR(ret); Loading
fs/afs/dynroot.c +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ static int afs_probe_cell_name(struct dentry *dentry) return 0; } ret = dns_query("afsdb", name, len, "ipv4", NULL, NULL); ret = dns_query("afsdb", name, len, "", NULL, NULL); if (ret == -ENODATA) ret = -EDESTADDRREQ; return ret; Loading