On Tue, May 18, 2010 at 12:58:55AM +0200, Jan Kara wrote: > > Index: linux-2.6/fs/ocfs2/super.c > > =================================================================== > > --- linux-2.6.orig/fs/ocfs2/super.c 2010-05-10 22:42:36.910005803 +0200 > > +++ linux-2.6/fs/ocfs2/super.c 2010-05-10 23:22:59.035004827 +0200 > > @@ -1595,6 +1595,8 @@ static void ocfs2_put_super(struct super > > { > > mlog_entry("(0x%p)\n", sb); > > > > + dquot_disable(sb, -1, DQUOT_LIMITS_ENABLED); > > + > OCFS2 disables quotas completely on it's own slightly later in > ocfs2_dismount_volume so you can just remove this. > Otherwise the patch looks fine. I'll leave it out for the next respin. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html