Hi !

The modifications proposed by Ludovic worked for me too. But I had to
manually edit the inode.c file. I've got the version 0.9.7-7 of
lufs-source. And This is the patch that can be applied with this
version of lufs-source:

--- inode.c.orig        2006-08-19 15:13:18.000000000 +0200
+++ inode.c     2006-08-19 16:18:54.000000000 +0200
@@ -56,8 +56,10 @@
static int  lu_statfs(struct super_block*, struct statfs*);

static struct super_operations lu_sops = {
-    .drop_inode                = generic_delete_inode,
-    .delete_inode      = lu_delete_inode,
+ /*   .drop_inode              = generic_delete_inode, */
+ /*   .delete_inode    = lu_delete_inode, */
+    .drop_inode                = generic_drop_inode,
+    .delete_inode      = generic_delete_inode,
    .put_super         = lu_put_super,
    .statfs            = lu_statfs,
};


Regard,
florent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to