X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Freiserfs%2Fxattr.c;h=ae881ccd2f03472c24ba2aee911377787237ff84;hb=e16404ed0f3f330dc3e99b95cef69bb60bcd27f7;hp=ad92461cbfc3cadb5b2dcbb32725f108cc0f08a9;hpb=f786aa90e026f2174bb0c26d49f338c5c46ede55;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index ad92461cbfc..ae881ccd2f0 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c @@ -1136,7 +1136,7 @@ xattr_lookup_poison(struct dentry *dentry, struct qstr *q1, struct qstr *name) return 1; } -static struct dentry_operations xattr_lookup_poison_ops = { +static const struct dentry_operations xattr_lookup_poison_ops = { .d_compare = xattr_lookup_poison, };