All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel 2.4.27 reiserfs quotas patch
@ 2004-08-23 14:54 Jeff Meyer
  2004-08-23 15:31 ` Christian Mayrhuber
  0 siblings, 1 reply; 9+ messages in thread
From: Jeff Meyer @ 2004-08-23 14:54 UTC (permalink / raw)
  To: reiserfs-list

Does anyone know where I could find or even if they exist the patches to use
reiserfs with quotas for the 2.4.27 kernel?  I currently am using reiserfs
with quotas on kernel 2.4.26 utilizing the patches for kernel 2.4.25.


Thanks,

Jeff




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-23 14:54 kernel 2.4.27 reiserfs quotas patch Jeff Meyer
@ 2004-08-23 15:31 ` Christian Mayrhuber
  2004-08-23 16:46   ` Jeff Meyer
  0 siblings, 1 reply; 9+ messages in thread
From: Christian Mayrhuber @ 2004-08-23 15:31 UTC (permalink / raw)
  To: Jeff Meyer, reiserfs-list

On Monday 23 August 2004 16:54, Jeff Meyer wrote:
> Does anyone know where I could find or even if they exist the patches to
> use reiserfs with quotas for the 2.4.27 kernel?  I currently am using
> reiserfs with quotas on kernel 2.4.26 utilizing the patches for kernel
> 2.4.25.
>
>
> Thanks,
>
> Jeff

You can use Chris Masons patches from 2.4.25. These include quotas.
ftp://ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25/

These currently have a fsync() bug (the same holds true for 2.6.7+)
which does not lead to data loss.
Chris Mason wrote he is preparing fixes for both 2.4.x and 2.6.x.

-- 
lg, Chris

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-23 15:31 ` Christian Mayrhuber
@ 2004-08-23 16:46   ` Jeff Meyer
  2004-08-23 17:13     ` Jan Kara
  0 siblings, 1 reply; 9+ messages in thread
From: Jeff Meyer @ 2004-08-23 16:46 UTC (permalink / raw)
  To: reiserfs-list

Thanks,

I have tried using these patches and I cannot build my kernel with them.  I
get the following error when compile the kernel:

In file included from journal.c:42:
/usr/src/linux-2.4.27/include/linux/module.h:22:34: linux/modversions.h: No
such file or directory
make[3]: *** [journal.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.27/fs/reiserfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.27/fs/reiserfs'
make[1]: *** [_subdir_reiserfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.27/fs'
make: *** [_dir_fs] Error 2

I am running on gentoo linux with the vanilla kernel 2.4.27

Jeff

"Christian Mayrhuber" <christian.mayrhuber@gmx.net> wrote in message
news:200408231731.52174.christian.mayrhuber@gmx.net...
> On Monday 23 August 2004 16:54, Jeff Meyer wrote:
> > Does anyone know where I could find or even if they exist the patches to
> > use reiserfs with quotas for the 2.4.27 kernel?  I currently am using
> > reiserfs with quotas on kernel 2.4.26 utilizing the patches for kernel
> > 2.4.25.
> >
> >
> > Thanks,
> >
> > Jeff
>
> You can use Chris Masons patches from 2.4.25. These include quotas.
> ftp://ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25/
>
> These currently have a fsync() bug (the same holds true for 2.6.7+)
> which does not lead to data loss.
> Chris Mason wrote he is preparing fixes for both 2.4.x and 2.6.x.
>
> -- 
> lg, Chris
>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-23 16:46   ` Jeff Meyer
@ 2004-08-23 17:13     ` Jan Kara
  2004-08-23 18:39       ` Jeff Meyer
  0 siblings, 1 reply; 9+ messages in thread
From: Jan Kara @ 2004-08-23 17:13 UTC (permalink / raw)
  To: Jeff Meyer; +Cc: reiserfs-list

  Hello,

> I have tried using these patches and I cannot build my kernel with them.  I
> get the following error when compile the kernel:
> 
> In file included from journal.c:42:
> /usr/src/linux-2.4.27/include/linux/module.h:22:34: linux/modversions.h: No
> such file or directory
  That seems quite strange and probably not related to the patch - can
you try following?
backup .config
make mrproper
copy back .config
make oldconfig
make bzImage

									Honza

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-23 17:13     ` Jan Kara
@ 2004-08-23 18:39       ` Jeff Meyer
  2004-08-23 22:19         ` Milan Holzäpfel
  0 siblings, 1 reply; 9+ messages in thread
From: Jeff Meyer @ 2004-08-23 18:39 UTC (permalink / raw)
  To: reiserfs-list

Problem fixed!!! You need to enable loadable module support selected in the
kernel.  Sorry!!!


"Jan Kara" <jack@ucw.cz> wrote in message
news:20040823171337.GB29452@atrey.karlin.mff.cuni.cz...
>   Hello,
>
> > I have tried using these patches and I cannot build my kernel with them.
I
> > get the following error when compile the kernel:
> >
> > In file included from journal.c:42:
> > /usr/src/linux-2.4.27/include/linux/module.h:22:34: linux/modversions.h:
No
> > such file or directory
>   That seems quite strange and probably not related to the patch - can
> you try following?
> backup .config
> make mrproper
> copy back .config
> make oldconfig
> make bzImage
>
> Honza
>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-23 18:39       ` Jeff Meyer
@ 2004-08-23 22:19         ` Milan Holzäpfel
  2004-08-24  8:46           ` Bostjan Skufca @ domenca.com
  0 siblings, 1 reply; 9+ messages in thread
From: Milan Holzäpfel @ 2004-08-23 22:19 UTC (permalink / raw)
  To: reiserfs-list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 23 Aug 2004 13:39:27 -0500
"Jeff Meyer" <jeffm@andersonlabs.com> wrote:

> Problem fixed!!! You need to enable loadable module support selected in the
> kernel.  Sorry!!!

I'd rather say that it's a bug that these patches require kernel modules
enabled... you just need to remove a #include line and it compiles fine
without modules enabled.  (At least the time I came to it, but I think
it were these 2.4.25 patches.  I also think I mailed the maintainer,
probably Jeff, about it but I never got a reply IIRC, and I didn't care
about it any more because I rarely use kernels without modules.)

Regards,
Milan


- -- 

                   Milan Holzäpfel alias jagdfalke alias jag

Meine eMail-Adresse ist hier zu              You can find my eMail-address
                      finden:                here:
Kontaktinfos sowie                                   Contact infos as well as
Öff GnuPG-Schlüssel    <URL:http://con.mjh.name/>    GnuPG Public Key
GnuPG Fingerabdruck     4C8A 5FAF 5D32 6125 89D1     GnuPG Fingerprint
                        0CE5 DB0C AF4F 6583 7966


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBKm1r2wyvT2WDeWYRAvpFAKDnqPsdY33jT4IQpV2MjPJOzP7WowCfT5A9
nqQMIpJdewJnWG5iKHKwdNs=
=aJV2
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-23 22:19         ` Milan Holzäpfel
@ 2004-08-24  8:46           ` Bostjan Skufca @ domenca.com
  2004-08-24  9:08             ` Christian Mayrhuber
  0 siblings, 1 reply; 9+ messages in thread
From: Bostjan Skufca @ domenca.com @ 2004-08-24  8:46 UTC (permalink / raw)
  To: reiserfs-list

On machines where I do not want kernel modules enabled I solved the build 
problem by modifying file "fs/reiserfs/journal.c". Just comment out the first 
line of code like this:

//#define EXPORT_SYMTAB

Works for me without problems... 

Christian: What is all about that fsync() bug? Is it serious? Are there any 
special conditions to be met to actually see the results of it?

Regards,
Bostjan


On Tuesday 24 of August 2004 00:19, Milan Holzäpfel wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Mon, 23 Aug 2004 13:39:27 -0500
>
> "Jeff Meyer" <jeffm@andersonlabs.com> wrote:
> > Problem fixed!!! You need to enable loadable module support selected in
> > the kernel.  Sorry!!!
>
> I'd rather say that it's a bug that these patches require kernel modules
> enabled... you just need to remove a #include line and it compiles fine
> without modules enabled.  (At least the time I came to it, but I think
> it were these 2.4.25 patches.  I also think I mailed the maintainer,
> probably Jeff, about it but I never got a reply IIRC, and I didn't care
> about it any more because I rarely use kernels without modules.)
>
> Regards,
> Milan
>
>
> - --
>
>                    Milan Holzäpfel alias jagdfalke alias jag
>
> Meine eMail-Adresse ist hier zu              You can find my eMail-address
>                       finden:                here:
> Kontaktinfos sowie                                   Contact infos as well
> as Öff GnuPG-Schlüssel    <URL:http://con.mjh.name/>    GnuPG Public Key
> GnuPG Fingerabdruck     4C8A 5FAF 5D32 6125 89D1     GnuPG Fingerprint 0CE5
> DB0C AF4F 6583 7966
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
>
> iD8DBQFBKm1r2wyvT2WDeWYRAvpFAKDnqPsdY33jT4IQpV2MjPJOzP7WowCfT5A9
> nqQMIpJdewJnWG5iKHKwdNs=
> =aJV2
> -----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-24  8:46           ` Bostjan Skufca @ domenca.com
@ 2004-08-24  9:08             ` Christian Mayrhuber
  2004-08-24 10:14               ` Bostjan Skufca @ domenca.com
  0 siblings, 1 reply; 9+ messages in thread
From: Christian Mayrhuber @ 2004-08-24  9:08 UTC (permalink / raw)
  To: reiserfs-list

On Tuesday 24 August 2004 10:46, Bostjan Skufca @ domenca.com wrote:
> On machines where I do not want kernel modules enabled I solved the build
> problem by modifying file "fs/reiserfs/journal.c". Just comment out the
> first line of code like this:
>
> //#define EXPORT_SYMTAB
>
> Works for me without problems...
>
> Christian: What is all about that fsync() bug? Is it serious? Are there any
> special conditions to be met to actually see the results of it?

Have a look at:
http://marc.theaimsgroup.com/?l=reiserfs&m=109250555704899&w=2

You may want to ask Chris Mason what the state of the patch update is.


-- 
lg, Chris

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: kernel 2.4.27 reiserfs quotas patch
  2004-08-24  9:08             ` Christian Mayrhuber
@ 2004-08-24 10:14               ` Bostjan Skufca @ domenca.com
  0 siblings, 0 replies; 9+ messages in thread
From: Bostjan Skufca @ domenca.com @ 2004-08-24 10:14 UTC (permalink / raw)
  To: reiserfs-list; +Cc: Christian Mayrhuber

Oh, this one... i thought i missed something although I was watching the list 
all the time... Chris will "cook up" patches when he finds some time to do it 
and I will not bother him as this is not really an issue for me...

B.



On Tuesday 24 of August 2004 11:08, Christian Mayrhuber wrote:
> On Tuesday 24 August 2004 10:46, Bostjan Skufca @ domenca.com wrote:
> > On machines where I do not want kernel modules enabled I solved the build
> > problem by modifying file "fs/reiserfs/journal.c". Just comment out the
> > first line of code like this:
> >
> > //#define EXPORT_SYMTAB
> >
> > Works for me without problems...
> >
> > Christian: What is all about that fsync() bug? Is it serious? Are there
> > any special conditions to be met to actually see the results of it?
>
> Have a look at:
> http://marc.theaimsgroup.com/?l=reiserfs&m=109250555704899&w=2
>
> You may want to ask Chris Mason what the state of the patch update is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-08-24 10:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-23 14:54 kernel 2.4.27 reiserfs quotas patch Jeff Meyer
2004-08-23 15:31 ` Christian Mayrhuber
2004-08-23 16:46   ` Jeff Meyer
2004-08-23 17:13     ` Jan Kara
2004-08-23 18:39       ` Jeff Meyer
2004-08-23 22:19         ` Milan Holzäpfel
2004-08-24  8:46           ` Bostjan Skufca @ domenca.com
2004-08-24  9:08             ` Christian Mayrhuber
2004-08-24 10:14               ` Bostjan Skufca @ domenca.com

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.