ocfs2: Remove syncjiff field from quota info
authorJan Kara <jack@suse.cz>
Wed, 22 Jul 2009 11:17:20 +0000 (13:17 +0200)
committerJoel Becker <joel.becker@oracle.com>
Thu, 23 Jul 2009 17:59:27 +0000 (10:59 -0700)
commit4539f1df25bcd0fdf0d8a5e2c92de6bece83c7a0
treefb3a2429f8759816fd15877ec0c0ab3c567dbb51
parent1c1d9793ff6720531c0125a28d321f283716e32f
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 <jack@suse.cz>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/quota.h
fs/ocfs2/quota_global.c