]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext3/super.c
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[karo-tx-linux.git] / fs / ext3 / super.c
index a8d80a7f11050d7a518e79ac003701d12865b3a7..72743d3605091d886247cd21310d656f4ea91421 100644 (file)
@@ -720,7 +720,7 @@ static ssize_t ext3_quota_read(struct super_block *sb, int type, char *data,
 static ssize_t ext3_quota_write(struct super_block *sb, int type,
                                const char *data, size_t len, loff_t off);
 
-static struct dquot_operations ext3_quota_operations = {
+static const struct dquot_operations ext3_quota_operations = {
        .initialize     = dquot_initialize,
        .drop           = dquot_drop,
        .alloc_space    = dquot_alloc_space,
@@ -737,7 +737,7 @@ static struct dquot_operations ext3_quota_operations = {
        .destroy_dquot  = dquot_destroy,
 };
 
-static struct quotactl_ops ext3_qctl_operations = {
+static const struct quotactl_ops ext3_qctl_operations = {
        .quota_on       = ext3_quota_on,
        .quota_off      = vfs_quota_off,
        .quota_sync     = vfs_quota_sync,