1
0
Fork 0

gfs2: Remove pointless BUG_ON

The current transaction is being dereferenced before asserting that is
not NULL; that isn't going to help.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
hifive-unleashed-5.1
Andreas Gruenbacher 2017-12-12 14:32:48 +01:00 committed by Bob Peterson
parent 90bcab998d
commit da5eb9cdda
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ void gfs2_trans_end(struct gfs2_sbd *sdp)
s64 nbuf;
int alloced = test_bit(TR_ALLOCED, &tr->tr_flags);
BUG_ON(!tr);
current->journal_info = NULL;
if (!test_bit(TR_TOUCHED, &tr->tr_flags)) {