This patch is inspired by Arjan's "Patch series to mark struct
file_operations and struct inode_operations const".
Compile tested with gcc & sparse.
Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
---
fs/9p/vfs_super.c |4 ++--
fs/adfs/super.c |2 +-
fs/af
...
> -static struct super_operations openprom_sops = {
> +const static struct super_operations openprom_sops = {
About to send a new patch to make that 'static const' instead :)
Jeff.
--
Intellectuals solve problems; geniuses prevent them
- Albert Einstein
-
To unsubscribe
This patch is inspired by Arjan's "Patch series to mark struct
file_operations and struct inode_operations const".
Compile tested with gcc & sparse.
Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
---
fs/9p/vfs_super.c |4 ++--
fs/adfs/super.c |2 +-
fs/af
3 matches
Mail list logo