From: wangdi Date: Wed, 23 Apr 2003 07:30:32 +0000 (+0000) Subject: comment out the warning line in top_current_warn X-Git-Tag: v1_7_100~1^92~54 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fcc2a3a4086e8f50c094c0b1b6dcb9e2d466b71f;p=fs%2Flustre-release.git comment out the warning line in top_current_warn --- diff --git a/lustre/kernel_patches/scripts/patchfns b/lustre/kernel_patches/scripts/patchfns index dbc9ce1..288deeb 100644 --- a/lustre/kernel_patches/scripts/patchfns +++ b/lustre/kernel_patches/scripts/patchfns @@ -152,7 +152,7 @@ warn_top_current() { if top_is_current then - echo "Warning: Top patch is not up-to-date" +# echo "Warning: Top patch is not up-to-date" fi }