From: Jan Kara Date: Wed, 21 Jul 2010 12:22:21 +0000 (+0200) Subject: quota: Use mark_inode_dirty_sync instead of mark_inode_dirty X-Git-Tag: v2.6.36-rc1~502^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d2932d88e4ab776dd388c20b003ebd5e1d1f1f;p=pandora-kernel.git quota: Use mark_inode_dirty_sync instead of mark_inode_dirty Quota code never touches file data. It just modifies i_blocks + i_bytes of inodes and inode flags of quota files. So use mark_inode_dirty_sync instead of mark_inode_dirty. Signed-off-by: Jan Kara --- Reading git-diff-tree failed