All of lore.kernel.org
 help / color / mirror / Atom feed
From: Piotr Neuman <sikkh@wp.pl>
To: Reiserfs-List@Namesys.COM
Subject: Issues with reiser4progs-0.4.20.tar.gz
Date: Thu, 25 Dec 2003 18:29:38 +0100	[thread overview]
Message-ID: <200312251829.38567.sikkh@wp.pl> (raw)

I doesn't cleanly compile against libaal-0.4.15.tar.gz, patch (lame one ;) ):

diff -ru ../reiser4progs-0.4.20/libreiser4/libreiser4.c 
reiser4progs-0.4.20/libreiser4/libreiser4.c
--- ../reiser4progs-0.4.20/libreiser4/libreiser4.c      2003-12-23 
10:03:28.000000000 +0100
+++ reiser4progs-0.4.20/libreiser4/libreiser4.c 2003-12-24 16:50:34.000000000 
+0100
@@ -238,15 +238,15 @@
 #endif
 };

-/* Returns libreiser4 max supported interface version */
+/* Returns libreiser4 max supported interface version
 int libreiser4_max_interface_version(void) {
        return LIBREISER4_MAX_INTERFACE_VERSION;
-}
+}*/

-/* Returns libreiser4 min supported interface version */
+/* Returns libreiser4 min supported interface version
 int libreiser4_min_interface_version(void) {
        return LIBREISER4_MIN_INTERFACE_VERSION;
-}
+}*/

 /* Returns libreiser4 version */
 const char *libreiser4_version(void) {

Another trivial problem: there is also no manpage for copyfs - only cpfs ...

Another problem: reiser4 'dumps core' when the partition it's on is made 
smaller (using fdisk) - reiser v3.6 - refuses to mount such thing... When 
reiser4 is in such a way crashed, the filesystem cannot be unmounted cleanly 
anymore (even after restart, kernel hangs), though mount ... -o ro ... in 
fstab helps - I was able to recover data without any kernel oops-es :).

Yet another one - movie playback in mplayer sometimes seems jerky (nothing 
like that in reiserfs v3.6).

Reiserfs patched 2.6.0 kernel (reiser4-2003.12.23.all.diff.gz).


                 reply	other threads:[~2003-12-25 17:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200312251829.38567.sikkh@wp.pl \
    --to=sikkh@wp.pl \
    --cc=Reiserfs-List@Namesys.COM \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.