OSDN Git Service

gfs2: Remove pointless BUG_ON
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 12 Dec 2017 13:32:48 +0000 (14:32 +0100)
committerBob Peterson <rpeterso@redhat.com>
Wed, 17 Jan 2018 13:35:35 +0000 (06:35 -0700)
commitda5eb9cdda2917b44dc9da7c8811d0db29f6b201
tree61f63cf7b34efc0215fd6877e46b8ad35c3c2a97
parent90bcab998dcadc8a1515994b558da10631298bf3
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>
fs/gfs2/trans.c