Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

quota: minor code cleanup for v1_format_ops

It's not a functinal change, it's just for keeping
consistent coding style.

Link: https://lore.kernel.org/r/20191010130924.17697-1-cgxu519@mykernel.net
Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
Signed-off-by: Jan Kara <jack@suse.cz>

authored by

Chengguang Xu and committed by
Jan Kara
d02601c3 a6810312

-1
-1
fs/quota/quota_v1.c
··· 217 217 .check_quota_file = v1_check_quota_file, 218 218 .read_file_info = v1_read_file_info, 219 219 .write_file_info = v1_write_file_info, 220 - .free_file_info = NULL, 221 220 .read_dqblk = v1_read_dqblk, 222 221 .commit_dqblk = v1_commit_dqblk, 223 222 };