X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fcifs%2Fexport.c;h=75949d6a5f1b33484635f6019d08a6f66402cefd;hb=d71cadd6bc9834710c0b045e3abedd0c56ff1c37;hp=d614b91caeca5f53ad188dd5f20735f1a88d9501;hpb=297647c21f11dc1449f9bdb1601ae43e951bba0b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/cifs/export.c b/fs/cifs/export.c index d614b91..75949d6 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 =