Skip to content

Commit

Permalink
quota: minor code cleanup for v1_format_ops
Browse files Browse the repository at this point in the history
It's not a functinal change, it's just for keeping
consistent coding style.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Chengguang Xu <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
  • Loading branch information
cgxu519 authored and jankara committed Oct 17, 2019
1 parent a681031 commit d02601c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/quota/quota_v1.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ 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,
.free_file_info = NULL,
.read_dqblk = v1_read_dqblk,
.commit_dqblk = v1_commit_dqblk,
};
Expand Down

0 comments on commit d02601c

Please sign in to comment.