Re: [ClusterNFS-Devel] bugs in my previous patch and other diff format
Brought to you by:
warnes
From: Bernd S. <ber...@we...> - 2002-03-05 17:08:55
|
Oh yes, actually I only sent this patches, to have you a look on it and tell me if you like my style of programming, but since you applied it to cvs, I also think its better to remove these lines :-) Probably during the weekend I'll make use from the testlines below and write a patch that prevents the input/output errors (by removing this files for the client all) that currently occurs when a file with the CREATE tag and a servers file exists but not a client specific file. But I'm not sure if all users will like it -- could possibly a new tag be necessary? On Tuesday 05 March 2002 17:47, Michal Ludvig wrote: > 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 > > > > _______________________________________________ > ClusterNFS-Devel mailing list > Clu...@li... > https://lists.sourceforge.net/lists/listinfo/clusternfs-devel -- Bernd Schubert Physikalisch Chemisches Institut Abt. Theoretische Chemie INF 229, 69120 Heidelberg Tel.: 06221/54-5210 e-mail: ber...@tc... |