Skip to content
Commit 43d2932d authored by Jan Kara's avatar Jan Kara
Browse files

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: default avatarJan Kara <jack@suse.cz>
parent fb5ffb0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment