Dmitry Monakhov 12755627bd quota: unify quota init condition in setattr
Quota must being initialized if size or uid/git changes requested.
But initialization performed in two different places:
in case of i_size file system is responsible for dquot init
, but in case of uid/gid init will be called internally in
dquot_transfer().
This ambiguity makes code harder to understand.
Let's move this logic to one common helper function.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Jan Kara <jack@suse.cz>
2010-05-21 19:30:45 +02:00
..
2009-12-16 12:16:49 -05:00
2010-03-05 13:25:52 -05:00
2010-03-05 00:20:30 +01:00
2009-07-12 12:22:34 -07:00
2009-06-11 21:36:12 -04:00
2010-05-21 19:30:40 +02:00
2009-12-16 12:16:49 -05:00
2010-05-21 19:30:39 +02:00
2009-12-10 15:02:52 +01:00