]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysv/namei.c
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.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,
 };