* updated data logging and quota for 2.4.25
@ 2004-02-22 23:04 Chris Mason
2004-02-23 13:35 ` myciel
2004-02-24 11:59 ` Adrian Phillips
0 siblings, 2 replies; 6+ messages in thread
From: Chris Mason @ 2004-02-22 23:04 UTC (permalink / raw)
To: reiserfs-list
Hello everyone,
I've rediffed data logging and quota against 2.4.25. The only patch
that really changed was kinoded-9, but the others should give you fuzz
free patching now too.
ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25
-chris
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: updated data logging and quota for 2.4.25
2004-02-22 23:04 updated data logging and quota for 2.4.25 Chris Mason
@ 2004-02-23 13:35 ` myciel
2004-02-23 15:53 ` John Dalbec
2004-02-24 11:59 ` Adrian Phillips
1 sibling, 1 reply; 6+ messages in thread
From: myciel @ 2004-02-23 13:35 UTC (permalink / raw)
To: reiserfs-list
Chris Mason wrote:
>Hello everyone,
>
>I've rediffed data logging and quota against 2.4.25. The only patch
>that really changed was kinoded-9, but the others should give you fuzz
>free patching now too.
>
>ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25
>
>
but directory "/pub/people/mason/patches/data-logging/2.4.25" still doesn't exist :-(
rafal
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: updated data logging and quota for 2.4.25
2004-02-23 13:35 ` myciel
@ 2004-02-23 15:53 ` John Dalbec
2004-02-23 16:01 ` myciel
2004-02-23 16:02 ` Chris Mason
0 siblings, 2 replies; 6+ messages in thread
From: John Dalbec @ 2004-02-23 15:53 UTC (permalink / raw)
To: myciel; +Cc: reiserfs-list
myciel wrote:
> Chris Mason wrote:
>
>> Hello everyone,
>>
>> I've rediffed data logging and quota against 2.4.25. The only patch
>> that really changed was kinoded-9, but the others should give you fuzz
>> free patching now too.
>>
>> ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25
>>
>>
>
> but directory "/pub/people/mason/patches/data-logging/2.4.25" still
> doesn't exist :-(
ftp.suse.com is an external mirror of the internal site that Chris updates.
Sometimes it takes a while to synchronize.
John
>
> rafal
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: updated data logging and quota for 2.4.25
2004-02-23 15:53 ` John Dalbec
@ 2004-02-23 16:01 ` myciel
2004-02-23 16:02 ` Chris Mason
1 sibling, 0 replies; 6+ messages in thread
From: myciel @ 2004-02-23 16:01 UTC (permalink / raw)
To: reiserfs-list
John Dalbec wrote:
>
>
> myciel wrote:
>
>> Chris Mason wrote:
>>
>>> Hello everyone,
>>>
>>> I've rediffed data logging and quota against 2.4.25. The only patch
>>> that really changed was kinoded-9, but the others should give you fuzz
>>> free patching now too.
>>>
>>> ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25
>>>
>>>
>>
>> but directory "/pub/people/mason/patches/data-logging/2.4.25" still
>> doesn't exist :-(
>
>
> ftp.suse.com is an external mirror of the internal site that Chris
> updates. Sometimes it takes a while to synchronize.
ok, thanks
r.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: updated data logging and quota for 2.4.25
2004-02-23 15:53 ` John Dalbec
2004-02-23 16:01 ` myciel
@ 2004-02-23 16:02 ` Chris Mason
1 sibling, 0 replies; 6+ messages in thread
From: Chris Mason @ 2004-02-23 16:02 UTC (permalink / raw)
To: John Dalbec; +Cc: myciel, reiserfs-list
On Mon, 2004-02-23 at 10:53, John Dalbec wrote:
> myciel wrote:
>
> > Chris Mason wrote:
> >
> >> Hello everyone,
> >>
> >> I've rediffed data logging and quota against 2.4.25. The only patch
> >> that really changed was kinoded-9, but the others should give you fuzz
> >> free patching now too.
> >>
> >> ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25
> >>
>
> ftp.suse.com is an external mirror of the internal site that Chris updates.
> Sometimes it takes a while to synchronize.
In this case, a disk rebuild rebuilt everything except the patches I
posted. I had probably uploaded them in a tiny window between commands
the admin was running. They should be there now.
-chris
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: updated data logging and quota for 2.4.25
2004-02-22 23:04 updated data logging and quota for 2.4.25 Chris Mason
2004-02-23 13:35 ` myciel
@ 2004-02-24 11:59 ` Adrian Phillips
1 sibling, 0 replies; 6+ messages in thread
From: Adrian Phillips @ 2004-02-24 11:59 UTC (permalink / raw)
To: Chris Mason; +Cc: reiserfs-list
>>>>> "Chris" == Chris Mason <mason@suse.com> writes:
Chris> Hello everyone, I've rediffed data logging and quota
Chris> against 2.4.25. The only patch that really changed was
Chris> kinoded-9, but the others should give you fuzz free
Chris> patching now too.
Many thanks for this and all your reiserfs contributions. One minor
problem while building without modules, the following line in
journal.h causes problems because modversions.h is not build when no
modules are built :-
+#define EXPORT_SYMTAB
+#include <linux/module.h>
#include <linux/config.h>
modversions.h has :-
#else /* ! __GENKSYMS__ */
# if !defined(MODVERSIONS) && defined(EXPORT_SYMTAB)
# define _set_ver(sym) sym
# include <linux/modversions.h>
# endif
I removed the EXPORT_SYMTAB and it compiles and runs seemingly without
problems.
I haven't tested if this breaks module builds though.
Sincerely,
Adrian Phillips
--
Who really wrote the works of William Shakespeare ?
http://www.pbs.org/wgbh/pages/frontline/shakespeare/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-02-24 11:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-22 23:04 updated data logging and quota for 2.4.25 Chris Mason
2004-02-23 13:35 ` myciel
2004-02-23 15:53 ` John Dalbec
2004-02-23 16:01 ` myciel
2004-02-23 16:02 ` Chris Mason
2004-02-24 11:59 ` Adrian Phillips
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.