commit | be6257b251cebd2deb8c76d43e387e28e3f7412d | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Jan 25 19:24:50 2016 +0100 |
committer | Jan Kara <jack@suse.cz> | Tue Feb 09 13:05:23 2016 +0100 |
tree | 379bf76bed705eb93e7ab9902ddffd343a383fe4 | |
parent | 484a10f49387e4386bf2708532e75bf78ffea2cb [diff] |
quota: Add support for ->get_nextdqblk() for VFS quota Add infrastructure for supporting get_nextdqblk() callback for VFS quotas. Translate the operation into a callback to appropriate filesystem and consequently to quota format callback. Signed-off-by: Jan Kara <jack@suse.cz>