Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dmitry Monakhov
Date: Friday, March 26, 2010 - 9:27 am

Dmitry Monakhov <dmonakhov@openvz.org> writes:

Ok, i've found the root of issue. dquot_transfer() wasn't called for
symlinks on chown due to lack of ->setattr operation.
Before 'dquot: cleanup dquot transfer routine' patch quota_transfer()
was performed by notify_transfer() itself.
Now it must be handled by in corresponding ->setattr

BTW i'm wondering, even if we don't care about quota. Inode's attributes
are metadata and must goes trough journal(i.e via extXXX_setattr).
so every inode type must has corresponding ->setattr.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH,RFC] Adding quotacheck functionality to e2fsck, Theodore Ts'o, (Thu Mar 25, 5:20 pm)
Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck, Andreas Dilger, (Fri Mar 26, 12:01 am)
Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck, Dmitry Monakhov, (Fri Mar 26, 1:09 am)
Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck, Dmitry Monakhov, (Fri Mar 26, 1:18 am)
Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck, Dmitry Monakhov, (Fri Mar 26, 4:15 am)
Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck, Dmitry Monakhov, (Fri Mar 26, 9:27 am)
Re: [PATCH,RFC] Adding quotacheck functionality to e2fsck, Dmitry Monakhov, (Mon Mar 29, 10:26 pm)