--- /var/abs/local/archie/pkgbuilds/shfs-archie/src/shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 16:16:19.000000000 +0300 +++ /var/abs/local/archie/pkgbuilds/shfs-archie/src/shfs-0.35/shfs/Linux-2.6/dir.c.new 2005-06-12 21:49:13.000000000 +0300 @@ -488,7 +488,7 @@ return 0; } -static struct dentry_operations shfs_dentry_operations = { +struct dentry_operations shfs_dentry_operations = { .d_revalidate = shfs_d_revalidate, .d_delete = shfs_d_delete, };