X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fautofs%2Froot.c;h=4a1401cea0a1737e45b19d4d7850fe17da55282d;hb=4157fd85fc794bb7896b65c0cf686aa89d711d57;hp=8aacade56956ec650daaa537e76370724277b765;hpb=6585b4a71f523485ecf33e7f4569be4095d63699;p=~andy%2Flinux diff --git a/fs/autofs/root.c b/fs/autofs/root.c index 8aacade5695..4a1401cea0a 100644 --- a/fs/autofs/root.c +++ b/fs/autofs/root.c @@ -192,7 +192,7 @@ static int autofs_revalidate(struct dentry * dentry, struct nameidata *nd) return 1; } -static struct dentry_operations autofs_dentry_operations = { +static const struct dentry_operations autofs_dentry_operations = { .d_revalidate = autofs_revalidate, };