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) |
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 c351e6b39838..e0a28dffd29d 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -1086,7 +1086,6 @@ void nfs_free_seqid(struct nfs_seqid *seqid) | |||
1086 | */ | 1086 | */ |
1087 | static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) | 1087 | static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) |
1088 | { | 1088 | { |
1089 | BUG_ON(list_first_entry(&seqid->sequence->list, struct nfs_seqid, list) != seqid); | ||
1090 | switch (status) { | 1089 | switch (status) { |
1091 | case 0: | 1090 | case 0: |
1092 | break; | 1091 | break; |