X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2Fexport.c;h=75949d6a5f1b33484635f6019d08a6f66402cefd;hb=3a76e3716b4e571f5d91a20b6afb412560599083;hp=d614b91caeca5f53ad188dd5f20735f1a88d9501;hpb=ec2626815bf9a9922e49820b03e670e833f3ca3c;p=linux-2.6 diff --git a/fs/cifs/export.c b/fs/cifs/export.c index d614b91cae..75949d6a5f 100644 --- a/fs/cifs/export.c +++ b/fs/cifs/export.c @@ -53,7 +53,7 @@ static struct dentry *cifs_get_parent(struct dentry *dentry) return ERR_PTR(-EACCES); } -struct export_operations cifs_export_ops = { +const struct export_operations cifs_export_ops = { .get_parent = cifs_get_parent, /* Following five export operations are unneeded so far and can default: .get_dentry =