diff options
author | Chengguang Xu <cgxu519@mykernel.net> | 2019-10-10 21:09:24 +0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2019-10-17 10:30:28 +0200 |
commit | d02601c398522de953a44c11b282e89b01782959 (patch) | |
tree | 1882b57b30d801348675649750ecf5eef72322e3 /fs | |
parent | a6810312b835ed927edaef0e96217c02084c7f4f (diff) | |
download | linux-d02601c398522de953a44c11b282e89b01782959.tar.gz linux-d02601c398522de953a44c11b282e89b01782959.tar.bz2 linux-d02601c398522de953a44c11b282e89b01782959.zip |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/quota/quota_v1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/quota/quota_v1.c b/fs/quota/quota_v1.c index c740e5572eb8..cd92e5fa0062 100644 --- a/fs/quota/quota_v1.c +++ b/fs/quota/quota_v1.c @@ -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, }; |