]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fb979a518ad522db3669e7edbe7587b1ea934a8
treea6f29032a86bcc2b0e9971c85ec8fab22b3300ef
parentd2b5b0614a750e11fa6761ab5f0e966e6fab3d1d
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