vserver 1.9.3
[linux-2.6.git] / fs / affs / namei.c
index f2cbba3..d11f39c 100644 (file)
@@ -37,7 +37,7 @@ struct dentry_operations affs_dentry_operations = {
        .d_compare      = affs_compare_dentry,
 };
 
-struct dentry_operations affs_intl_dentry_operations = {
+static struct dentry_operations affs_intl_dentry_operations = {
        .d_hash         = affs_intl_hash_dentry,
        .d_compare      = affs_intl_compare_dentry,
 };