Re: [ClusterNFS-Devel] bugs in my previous patch and other diff format
Brought to you by:
warnes
From: Michal L. <mi...@lo...> - 2002-03-05 16:47:46
|
On Tue, 5 Mar 2002, Bernd Schubert wrote: > O.k. this was easy, another patch for the current cvs-tree is attached. Commited, thanks. IMHO This one can be removed from your tree as well or not? diff -ubB /usr/people/bernd/bin/clusternfs/ClusterNFS/trnames2.c ClusterNFS/trnames2.c --- /usr/people/bernd/bin/clusternfs/ClusterNFS/trnames2.c Tue Mar 5 14:43:00 2002 +++ ClusterNFS/trnames2.c Tue Mar 5 17:30:59 2002 @@ -609,6 +612,14 @@ name = strdup(filename); len = strlen(name); + + /* some lines by Bernd for testing */ + if (strcmp(name,"testfile")==0) + { + return NULL; + } + + Michal Ludvig |