ocfs2: Periodic quota syncing
authorMark Fasheh <mfasheh@suse.com>
Mon, 20 Oct 2008 13:36:47 +0000 (15:36 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:24 +0000 (08:40 -0800)
commit171bf93ce11f4c9929fdce6ce63df8da2f3c4475
treea6f29032a86bcc2b0e9971c85ec8fab22b3300ef
parenta90714c150e3ce677c57a9dac3ab1ec342c75a95
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>
fs/ocfs2/quota.h
fs/ocfs2/quota_global.c
fs/ocfs2/quota_local.c
fs/ocfs2/super.c