OSDN Git Service

[PATCH] jfs: incorrect use of "&&" instead of "&"
authorWilly Tarreau <w@1wt.eu>
Sat, 25 Nov 2006 20:57:26 +0000 (21:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Nov 2006 21:37:39 +0000 (22:37 +0100)
commit1ab590dfeb70798d1b2f99cbf066a0d29aab9601
tree356189afb0f36446e3b2b825a7cf65530ff603b4
parent550e2d9dbaf1fa63f94f21a009dbbf9702205b07
[PATCH] jfs: incorrect use of "&&" instead of "&"

in jfs_txnmgr, the use of "tblk->flag && COMMIT_DELETE" in a
if() condition is obviously wrong. This bug has already been
fixed in 2.6.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Acked-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
fs/jfs/jfs_txnmgr.c