aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/quota_global.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-10-20 23:50:38 +0200
committerMark Fasheh <mfasheh@suse.com>2009-01-05 08:40:24 -0800
commit2205363dce7447b8e85f1ead14387664c1a98753 (patch)
tree729b2716f2e31bda2e035a11cc39aa5472dff2c4 /fs/ocfs2/quota_global.c
parent171bf93ce11f4c9929fdce6ce63df8da2f3c4475 (diff)
downloadkernel_samsung_smdk4412-2205363dce7447b8e85f1ead14387664c1a98753.zip
kernel_samsung_smdk4412-2205363dce7447b8e85f1ead14387664c1a98753.tar.gz
kernel_samsung_smdk4412-2205363dce7447b8e85f1ead14387664c1a98753.tar.bz2
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>
Diffstat (limited to 'fs/ocfs2/quota_global.c')
-rw-r--r--fs/ocfs2/quota_global.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c
index adf5350..49b536a 100644
--- a/fs/ocfs2/quota_global.c
+++ b/fs/ocfs2/quota_global.c
@@ -87,7 +87,6 @@ struct qtree_fmt_operations ocfs2_global_ops = {
.is_id = ocfs2_global_is_id,
};
-
struct buffer_head *ocfs2_read_quota_block(struct inode *inode,
int block, int *err)
{