diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-15 14:58:04 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-04 14:43:39 -0500 |
commit | bc5a89b337ee4b2fa6f577e7e1220d8c1ece71fc (patch) | |
tree | 6880127e805e1739dd00b2f8b5e65dbcff699567 /fs/nfs/nfs4filelayoutdev.c | |
parent | eba24e1fe57df4e4cdee58af940f762eb336a113 (diff) | |
download | op-kernel-dev-bc5a89b337ee4b2fa6f577e7e1220d8c1ece71fc.zip op-kernel-dev-bc5a89b337ee4b2fa6f577e7e1220d8c1ece71fc.tar.gz |
NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4filelayoutdev.c')
-rw-r--r-- | fs/nfs/nfs4filelayoutdev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/nfs4filelayoutdev.c b/fs/nfs/nfs4filelayoutdev.c index a8eaa9b..93e2530 100644 --- a/fs/nfs/nfs4filelayoutdev.c +++ b/fs/nfs/nfs4filelayoutdev.c @@ -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); |