reiser4: Request for minor change in max_name_len_cde()

2006-02-16 Thread Peter Klotz
The function max_name_len_cde() in reiser4/plugin/item/cde40.c in my opinion limits the file name length too strict. One finds: return tree_by_inode(dir)-nplug-max_item_size() - sizeof(directory_entry_format) - sizeof(cde_item_format) - sizeof(cde_unit_header) - 2; I think

Identical files in reiser4 patch for linux-2.6.16-rc1-mm3

2006-02-09 Thread Peter Klotz
In linux-2.6.16-rc1-mm3 one finds the identical files reiser4/plugin/item/sde.h and reiser4/plugin/item/acl.h. Even their sentries are identical. Was that intended? Best regards, Peter.

Re: reiser4progs 1.0.5 configure script and libaal 1.0.5

2005-08-14 Thread Peter Klotz
Hello The lastest reiser4progs (1.0.5) can't find libaal in configure script. More precisely it doesn't find libaal because of version problem Maybe it is a permission problem caused by SELinux. I had similar troubles myself. Disabling SELinux in /etc/selinux/config helped. Take a look

Patch to fix typos in reiser4progs 1.0.3

2005-02-09 Thread Peter Klotz
I attached a patch that fixes a few typos in reiser4progs 1.0.3. Best regards, Peter. diff -burN reiser4progs-1.0.3/INSTALL_README reiser4progs-1.0.3.patch/INSTALL_README --- reiser4progs-1.0.3/INSTALL_README 2003-12-29 23:16:42.0 +0100 +++ reiser4progs-1.0.3.patch/INSTALL_README