constify dentry_operations: FAT
[deliverable/linux.git] / fs / fat / namei_msdos.c
index 7ba03a4acbe07d7f8d426580e785f86075e1e7d0..da3f361a37ddb794bd38973bfea03548edbc3e86 100644 (file)
@@ -188,7 +188,7 @@ old_compare:
        goto out;
 }
 
-static struct dentry_operations msdos_dentry_operations = {
+static const struct dentry_operations msdos_dentry_operations = {
        .d_hash         = msdos_hash,
        .d_compare      = msdos_cmp,
 };
This page took 0.031073 seconds and 5 git commands to generate.