summaryrefslogtreecommitdiffstats
path: root/fs/quota/quota.c
Commit message (Collapse)AuthorAgeFilesLines
* quota: Remove superfluous inlinesJan Kara2009-03-261-1/+1
| | | | | | | Remove inlines of large functions to decrease code size (saved 1543 bytes). Signed-off-by: Jan Kara <jack@suse.cz>
* quota: Move quota files into separate directoryJan Kara2009-03-261-0/+513
Quota subsystem has more and more files. It's time to create a dir for it. Signed-off-by: Jan Kara <jack@suse.cz>