diff --git a/lustre/kernel_patches/patches/jbd-journal-chksum-2.6-sles10.patch b/lustre/kernel_patches/patches/jbd-journal-chksum-2.6-sles10.patch
index 26c076f91e669648190ff169508e380f838ba6a5..561f62cc939a1b07615b1bfeab2c5eb83dbb121d 100644
--- a/lustre/kernel_patches/patches/jbd-journal-chksum-2.6-sles10.patch
+++ b/lustre/kernel_patches/patches/jbd-journal-chksum-2.6-sles10.patch
@@ -71,7 +71,7 @@ Index: linux-2.6.16.53-0.16/fs/jbd/commit.c
 +	bh->b_end_io = journal_end_buffer_io_sync;
 +
 +	if (journal->j_flags & JFS_BARRIER &&
-+		!JFS_HAS_COMPAT_FEATURE(journal,
++		!JFS_HAS_INCOMPAT_FEATURE(journal,
 +					 JFS_FEATURE_INCOMPAT_ASYNC_COMMIT)) {
 +
  		set_buffer_ordered(bh);
@@ -518,7 +518,7 @@ Index: linux-2.6.16.53-0.16/fs/jbd/recovery.c
 +				if (chksum_err) {
 +					info->end_transaction = next_commit_ID;
 +
-+					if (!JFS_HAS_COMPAT_FEATURE(journal,
++					if (!JFS_HAS_INCOMPAT_FEATURE(journal,
 +					    JFS_FEATURE_INCOMPAT_ASYNC_COMMIT)){
 +						printk(KERN_ERR
 +						       "JBD: Transaction %u "
diff --git a/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch b/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch
index 507429aa5964f547e0ca0f026aac80ae3bd7e861..7cb1b153f5908f99fc0c97642055cad2b32dbd41 100644
--- a/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch
+++ b/lustre/kernel_patches/patches/jbd-journal-chksum-2.6.18-vanilla.patch
@@ -71,7 +71,7 @@ Index: linux-2.6.18.8/fs/jbd/commit.c
 +	bh->b_end_io = journal_end_buffer_io_sync;
 +
 +	if (journal->j_flags & JFS_BARRIER &&
-+		!JFS_HAS_COMPAT_FEATURE(journal,
++		!JFS_HAS_INCOMPAT_FEATURE(journal,
 +					 JFS_FEATURE_INCOMPAT_ASYNC_COMMIT)) {
 +
  		set_buffer_ordered(bh);
@@ -526,7 +526,7 @@ Index: linux-2.6.18.8/fs/jbd/recovery.c
 +				if (chksum_err) {
 +					info->end_transaction = next_commit_ID;
 +
-+					if (!JFS_HAS_COMPAT_FEATURE(journal,
++					if (!JFS_HAS_INCOMPAT_FEATURE(journal,
 +					    JFS_FEATURE_INCOMPAT_ASYNC_COMMIT)){
 +						printk(KERN_ERR
 +						       "JBD: Transaction %u "