diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-15 15:47:41 -0400 | 
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-04 14:43:39 -0500 | 
| commit | 4ea8fed593218b658927b763f02941cd16c2ed9d (patch) | |
| tree | f7730ffff70dc3dcd7528d6dd197b9e78c7a14ad /fs/nfs/nfs4state.c | |
| parent | deed85e760c8c88cd984c5921dd8cb6b697b6134 (diff) | |
| download | olio-linux-3.10-4ea8fed593218b658927b763f02941cd16c2ed9d.tar.xz olio-linux-3.10-4ea8fed593218b658927b763f02941cd16c2ed9d.zip  | |
NFSv4: Get rid of unnecessary BUG_ON()s
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4state.c')
| -rw-r--r-- | fs/nfs/nfs4state.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index c351e6b3983..e0a28dffd29 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c @@ -1086,7 +1086,6 @@ void nfs_free_seqid(struct nfs_seqid *seqid)   */  static void nfs_increment_seqid(int status, struct nfs_seqid *seqid)  { -	BUG_ON(list_first_entry(&seqid->sequence->list, struct nfs_seqid, list) != seqid);  	switch (status) {  		case 0:  			break;  |