[PATCH] Make most file operations structs in fs/ const
[linux-2.6-block.git] / fs / sysfs / sysfs.h
index cf11d5b789d9ac2485bcb6693e3d1cbbd2d1aec6..32958a7c50e95ce5ffe448a83507c654901fb349 100644 (file)
@@ -21,9 +21,9 @@ extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr);
 
 extern struct rw_semaphore sysfs_rename_sem;
 extern struct super_block * sysfs_sb;
-extern struct file_operations sysfs_dir_operations;
-extern struct file_operations sysfs_file_operations;
-extern struct file_operations bin_fops;
+extern const struct file_operations sysfs_dir_operations;
+extern const struct file_operations sysfs_file_operations;
+extern const struct file_operations bin_fops;
 extern struct inode_operations sysfs_dir_inode_operations;
 extern struct inode_operations sysfs_symlink_inode_operations;