]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit2205363dce7447b8e85f1ead14387664c1a98753
tree729b2716f2e31bda2e035a11cc39aa5472dff2c4
parent171bf93ce11f4c9929fdce6ce63df8da2f3c4475
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