aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_tree.h
Commit message (Collapse)AuthorAgeFilesLines
* dquot: Detect partial write error to quota file in write_blk() and add ↵Jiaying Zhang2010-05-211-0/+6
| | | | | | | | | | | printk_ratelimit for quota error messages This patch changes quota_tree.c:write_blk() to detect error caused by partial write to quota file and add a macro to limit control printed quota error messages so we won't fill up dmesg with a corrupted quota file. Signed-off-by: Jiaying Zhang <jiayingz@google.com> Signed-off-by: Jan Kara <jack@suse.cz>
* quota: Move quota files into separate directoryJan Kara2009-03-261-0/+25
Quota subsystem has more and more files. It's time to create a dir for it. Signed-off-by: Jan Kara <jack@suse.cz>