projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a681031
)
quota: minor code cleanup for v1_format_ops
author
Chengguang Xu
<cgxu519@mykernel.net>
Thu, 10 Oct 2019 13:09:24 +0000
(21:09 +0800)
committer
Jan Kara
<jack@suse.cz>
Thu, 17 Oct 2019 08:30:28 +0000
(10:30 +0200)
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>
fs/quota/quota_v1.c
patch
|
blob
|
history
diff --git
a/fs/quota/quota_v1.c
b/fs/quota/quota_v1.c
index c740e5572eb87f25eae4afda2b359541e835c831..cd92e5fa00629d571ff0a3d30fe6a7acaf7199bc 100644
(file)
--- 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,
};