diff options
author | 2010-07-21 14:22:21 +0200 | |
---|---|---|
committer | 2010-07-23 12:50:46 +0200 | |
commit | 43d2932d88e4ab776dd388c20b003ebd5e1d1f1f (patch) | |
tree | 04ace338522936dc7e5ed557397bbff6072b4a20 /kernel | |
parent | quota: Change quota error message to print out disk and function name (diff) | |
download | linux-rng-43d2932d88e4ab776dd388c20b003ebd5e1d1f1f.tar.xz linux-rng-43d2932d88e4ab776dd388c20b003ebd5e1d1f1f.zip |
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 <jack@suse.cz>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions