commit | 171bf93ce11f4c9929fdce6ce63df8da2f3c4475 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Mon Oct 20 15:36:47 2008 +0200 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:24 2009 -0800 |
tree | a6f29032a86bcc2b0e9971c85ec8fab22b3300ef | |
parent | a90714c150e3ce677c57a9dac3ab1ec342c75a95 [diff] |
ocfs2: Periodic quota syncing This patch creates a work queue for periodic syncing of locally cached quota information to the global quota files. We constantly queue a delayed work item, to get the periodic behavior. Signed-off-by: Mark Fasheh <mfasheh@suse.com> Acked-by: Jan Kara <jack@suse.cz>