From: Matthias Lange <ml@netuse.de>
To: reiserfs-list@namesys.com
Subject: rename system call kernel lockup
Date: Wed, 08 May 2002 15:03:11 +0200 [thread overview]
Message-ID: <3CD9220F.8030709@netuse.de> (raw)
Hi,
My system: Linux hobbes 2.4.4-64GB-SMP #1 SMP
(SuSE Distribution 7.2)
The following c program locks up in kernel mode and a
reboot is required to access the directory /tmp/b again:
$ mkdir -p /tmp/b/a
--------------------
#include <stdio.h>
int main (void) {
int ret;
ret = rename("/tmp/b/a","/tmp/b"); /* <--- locks up here */
printf("Return Code: %d\n",ret);
perror("main");
return 0
}
--------------------
The partition is reiserfs, created with 3.5 and running with the
-o conv option to enable 32Bit uids.
I have not found any references to this problem on the mailing list,
is this a known bug? Possibly fixed in current versions?
Any help or advice is appreciated.
Greetings
Matthias Lange
Please cc: me since I am not on the list
--
Matthias Lange, Dipl.-Ing. (FH) e: ml@netuse.de
NetUSE AG Dr.-Hell-Straße Fon: +49 431 38643500
http://www.netuse.de/ D-24107 Kiel, Germany Fax: +49 431 38643599
next reply other threads:[~2002-05-08 13:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-08 13:03 Matthias Lange [this message]
2002-05-08 13:10 ` rename system call kernel lockup Oleg Drokin
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=3CD9220F.8030709@netuse.de \
--to=ml@netuse.de \
--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.