From: Jan Kara Date: Wed, 22 Jul 2009 11:17:20 +0000 (+0200) Subject: ocfs2: Remove syncjiff field from quota info X-Git-Tag: v2.6.31-rc6~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4539f1df25bcd0fdf0d8a5e2c92de6bece83c7a0;p=pandora-kernel.git ocfs2: Remove syncjiff field from quota info syncjiff is just a converted value of syncms. Some places which are updating syncms forgot to update syncjiff as well. Since the conversion is just a simple division / multiplication and it does not happen frequently, just remove the syncjiff field to avoid forgotten conversions. Signed-off-by: Jan Kara Signed-off-by: Joel Becker --- Reading git-diff-tree failed