X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/c36c282b88963d0957368a443168588e62301fda..47166281d2dc9daf7da9a5ad88491ae94366e852:/fs/cifs/export.c diff --git a/fs/cifs/export.c b/fs/cifs/export.c index 893fd0aebff8..75949d6a5f1b 100644 --- a/fs/cifs/export.c +++ b/fs/cifs/export.c @@ -43,6 +43,7 @@ #include #include "cifsglob.h" #include "cifs_debug.h" +#include "cifsfs.h" #ifdef CONFIG_CIFS_EXPERIMENTAL static struct dentry *cifs_get_parent(struct dentry *dentry) @@ -52,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 =