Skip to content
Snippets Groups Projects
Commit 81b8fdac authored by tianzy's avatar tianzy
Browse files

Branch b1_8

add quota statistics and sort out quota lproc code.
b=15058
i=johann
i=andrew.perepechko
parent 4d239571
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ MODULES := lquota ...@@ -2,7 +2,7 @@ MODULES := lquota
MODULES += quotactl_test quotacheck_test MODULES += quotactl_test quotacheck_test
lquota-objs := quota_check.o quota_context.o quota_ctl.o quota_interface.o lquota-objs := quota_check.o quota_context.o quota_ctl.o quota_interface.o
lquota-objs += quota_master.o quota_adjust_qunit.o lquota-objs += quota_master.o quota_adjust_qunit.o lproc_quota.o
quotactl-objs := quotactl_test.o quotactl-objs := quotactl_test.o
quotaccheck-objs := quotacheck_test.o quotaccheck-objs := quotacheck_test.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment