]> git.karo-electronics.de Git - linux-beck.git/commit
ocfs2: remove obscure BUG_ON in dlmglue
authorJoseph Qi <joseph.qi@huawei.com>
Tue, 26 Jul 2016 22:21:44 +0000 (15:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2016 23:19:19 +0000 (16:19 -0700)
commite81f1c5c4a6e2c72add88ec596aaf942e9fcf30b
tree66dd094738d5c13411cde72de78a59b2bdd18b82
parent698d44b43a258006516538c27c8c4a8ab202e7d2
ocfs2: remove obscure BUG_ON in dlmglue

These BUG_ON(!inode) are obscure because we have already used inode to
get osb.  And actually we can guarantee here inode is valid in the
context.  So we can safely remove them.

Link: http://lkml.kernel.org/r/5776336A.6030104@huawei.com
Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Reviewed-by: Eric Ren <zren@suse.com>
Cc: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/dlmglue.c