Hi Ted, Today's linux-next merge of the ext4 tree got a conflict in fs/ext4/super.c between commits c3d0adcbfef01b69c455ae21aea1ca78ede127db ("quota: move remount handling into the filesystem") and 96bfb05b3177d4d381c136a2c3f44b63cec97f7b ("quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers") from the ext3 tree and commit c4cbd7f1cf34e045668b70fa84b0acb217acb807 ("ext4: Print mount options in when mounting and add a remount message") from the ext4 tree. Just overlapping additions. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc fs/ext4/super.c index 381e5a9,2e8790e..0000000 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@@ -3721,8 -3716,9 +3724,11 @@@ static int ext4_remount(struct super_bl #endif unlock_super(sb); unlock_kernel(); + if (enable_quota) + dquot_resume(sb, -1); + + ext4_msg(sb, KERN_INFO, "re-mounted. Opts: %s", orig_data); + kfree(orig_data); return 0; restore_opts: -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html