commit | c3f8a40c1cd5591b882497d1d00d43d0e5bb4698 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Apr 27 16:43:55 2009 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:04 2009 -0400 |
tree | 8280d4c7748be5d3b2b96c6bd11a643280d0b232 | |
parent | 850b201b087f5525a0a7278551c2bcd0423c3b26 [diff] |
quota: Introduce writeout_quota_sb() (version 4) Introduce this function which just writes all the quota structures but avoids all the syncing and cache pruning work to expose quota structures to userspace. Use this function from __sync_filesystem when wait == 0. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>