Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df5a3d5
)
comment out the warning line in top_current_warn
author
wangdi
<wangdi>
Wed, 23 Apr 2003 07:30:32 +0000
(07:30 +0000)
committer
wangdi
<wangdi>
Wed, 23 Apr 2003 07:30:32 +0000
(07:30 +0000)
lustre/kernel_patches/scripts/patchfns
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/scripts/patchfns
b/lustre/kernel_patches/scripts/patchfns
index
dbc9ce1
..
288deeb
100644
(file)
--- 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
}