X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2Fexport.c;h=75949d6a5f1b33484635f6019d08a6f66402cefd;hb=1df5a8d004f64b1aa3fb93e0556886ba00ebc979;hp=d614b91caeca5f53ad188dd5f20735f1a88d9501;hpb=60812a4a99b796d894d2522dc63cb0fafc3be25e;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 =