NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code
[deliverable/linux.git] / fs / nfs / nfs4filelayoutdev.c
index a8eaa9b7bb0f2c8fc704b8eb752c2ebc564b52bf..93e2530d7098708833ec336127f3e64f3a4662a2 100644 (file)
@@ -162,8 +162,6 @@ nfs4_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds)
        dprintk("--> %s DS %s au_flavor %d\n", __func__, ds->ds_remotestr,
                mds_srv->nfs_client->cl_rpcclient->cl_auth->au_flavor);
 
-       BUG_ON(list_empty(&ds->ds_addrs));
-
        list_for_each_entry(da, &ds->ds_addrs, da_node) {
                dprintk("%s: DS %s: trying address %s\n",
                        __func__, ds->ds_remotestr, da->da_remotestr);
This page took 0.025913 seconds and 5 git commands to generate.