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
..
2006-10-02 09:55:27 -05:00
2008-05-13 08:22:10 -05:00
2010-04-23 02:08:44 +02:00
2008-06-10 15:12:58 -05:00
2006-10-02 09:55:27 -05:00
2009-06-24 08:17:04 -04:00
2007-04-26 07:30:29 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2009-12-17 11:03:25 -05:00
2009-01-09 15:42:04 -06:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2009-01-09 15:42:04 -06:00
2009-02-02 13:43:28 -06:00
2006-02-09 09:09:16 -06:00
2010-05-15 07:16:34 -04:00
2010-04-16 08:05:50 -05:00