X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Faffs%2Fnamei.c;h=d11f39c905689bc01daa00c491bb8e7b3e17df92;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=f2cbba3b7578c6ea5462ecce0d5683a33b594429;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/affs/namei.c b/fs/affs/namei.c index f2cbba3b7..d11f39c90 100644 --- a/fs/affs/namei.c +++ b/fs/affs/namei.c @@ -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, };