const: struct quota_format_ops

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Alexey Dobriyan
2009-10-16 15:26:03 +04:00
کامیت شده توسط Jan Kara
والد 5ced58f735
کامیت 1472da5fdc
4فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده

مشاهده پرونده

@@ -204,7 +204,7 @@ out:
return ret;
}
static struct quota_format_ops v1_format_ops = {
static const struct quota_format_ops v1_format_ops = {
.check_quota_file = v1_check_quota_file,
.read_file_info = v1_read_file_info,
.write_file_info = v1_write_file_info,