|
@@ -224,7 +224,7 @@ static int invalid_nodeid(u64 nodeid)
|
|
|
return !nodeid || nodeid == FUSE_ROOT_ID;
|
|
|
}
|
|
|
|
|
|
-struct dentry_operations fuse_dentry_operations = {
|
|
|
+const struct dentry_operations fuse_dentry_operations = {
|
|
|
.d_revalidate = fuse_dentry_revalidate,
|
|
|
};
|
|
|
|