constify dentry_operations: rest
[deliverable/linux.git] / fs / libfs.c
index 49b44099dabbb9cef010c2394c8ba110440edee4..ec600bd33e75b041c133532eae6cd6c88923db48 100644 (file)
@@ -44,7 +44,7 @@ static int simple_delete_dentry(struct dentry *dentry)
  */
 struct dentry *simple_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
 {
-       static struct dentry_operations simple_dentry_operations = {
+       static const struct dentry_operations simple_dentry_operations = {
                .d_delete = simple_delete_dentry,
        };
 
This page took 0.031513 seconds and 5 git commands to generate.