summaryrefslogtreecommitdiff
path: root/quotaio_tree.c
AgeCommit message (Collapse)Author
2011-03-14Fix ddquot buffer leakPetr Písař
The ddquot buffer is used to tranfer data from/to file. All its data are copied from/to it, so it's not needed after return from qtree_read_dquot()/ qtree_write_dquot(). Signed-off-by: Jan Kara <jack@suse.cz>
2010-01-05* Rewritten configuration script to create config.h (Jan Kara)jkar8572
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
2009-12-21Fixed error reporting when rpc format specified on command line (Jan Kara)jkar8572
Added missing files.