[PATCH] Mark struct super_operations const

2007-01-16 Thread Josef 'Jeff' Sipek
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

Re: [PATCH] Mark struct super_operations const

2007-01-16 Thread Josef Sipek
... > -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

[PATCH] Mark struct super_operations const

2007-01-16 Thread Josef 'Jeff' Sipek
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