Chuck wrote:
On Friday 16 September 2005 05:21 pm, Chuck wrote:
should i have either of these 2 enabled as well?

CONFIG_REISERFS_FS_POSIX_ACL
 CONFIG_REISERFS_FS_SECURITY:

These are my config options for reiserfs

CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
# CONFIG_REISERFS_FS_POSIX_ACL is not set
# CONFIG_REISERFS_FS_SECURITY is not set

There was a problem with reiserfs and the cow link breaking. A solution has been found and will be in the next release.

Mount with the attrs option. My mount cmd is
mount /dev/etherd/e9.1 /vservers/p -o attrs

Until the next release this is a patch I am using against fs/reiserfs/file.c. I am currently using 2.1.0-pre11

--- file.c-orig Sat Sep 17 09:58:57 2005
+++ file.c      Sat Sep 17 10:41:54 2005
@@ -1554,6 +1554,7 @@
        .release = reiserfs_file_release,
        .fsync = reiserfs_sync_file,
        .sendfile = generic_file_sendfile,
+       .sendpage = generic_file_sendpage,
        .aio_read = generic_file_aio_read,
        .aio_write = reiserfs_aio_write,
 };

--
   James
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to