]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/sysv/namei.c
Blackfin: add blackfin_invalidate_entire_icache for SMP systems
[karo-tx-linux.git] / fs / sysv / namei.c
index a1f1ef33e81c4c5584a86630ca1bca637b078fea..33e047b59b8d659975d6c325835f0d11a2df27d4 100644 (file)
@@ -38,7 +38,7 @@ static int sysv_hash(struct dentry *dentry, struct qstr *qstr)
        return 0;
 }
 
-struct dentry_operations sysv_dentry_operations = {
+const struct dentry_operations sysv_dentry_operations = {
        .d_hash         = sysv_hash,
 };