]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Implement quota recovery
authorJan Kara <jack@suse.cz>
Mon, 20 Oct 2008 21:50:38 +0000 (23:50 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:24 +0000 (08:40 -0800)
commitce9a64dc2c63a344f67e93a00c33744ac26e5e64
tree729b2716f2e31bda2e035a11cc39aa5472dff2c4
parent7fb979a518ad522db3669e7edbe7587b1ea934a8
ocfs2: Implement quota recovery

Implement functions for recovery after a crash. Functions just
read local quota file and sync info to global quota file.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/journal.c
fs/ocfs2/journal.h
fs/ocfs2/ocfs2.h
fs/ocfs2/quota.h
fs/ocfs2/quota_global.c
fs/ocfs2/quota_local.c