commit | 12c77527e4138bc3b17d17b0e0c909e4fc84924f | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Oct 20 17:05:00 2008 +0200 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:23 2009 -0800 |
tree | 2776bbc914ebf8db7bdc2e450abf6a1504f50abe | |
parent | 3d9ea253a0e73dccaa869888ec2ceb17ea76c810 [diff] |
quota: Implement function for scanning active dquots OCFS2 needs to scan all active dquots once in a while and sync quota information among cluster nodes. Provide a helper function for it so that it does not have to reimplement internally a list which VFS already has. Moreover this function is probably going to be useful for other clustered filesystems if they decide to use VFS quotas. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>