Re: 2.6.28-rc2-mm1: Build failure on fs/quota.o

From: Zan Lynx
Date: Thu Oct 30 2008 - 12:46:53 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andrew Morton wrote:
> diff -puN include/linux/quotaops.h~quota-permit-separately-enabling-quota-accounting-and-enforcing-limits-fix include/linux/quotaops.h
> --- a/include/linux/quotaops.h~quota-permit-separately-enabling-quota-accounting-and-enforcing-limits-fix
> +++ a/include/linux/quotaops.h
> @@ -257,6 +257,11 @@ static inline int sb_any_quota_loaded(st
> return 0;
> }
>
> +static inline int sb_has_quota_active(struct super_block *sb, int type)
> +{
> + return 0;
> +}
> +
> static inline int sb_any_quota_active(struct super_block *sb)
> {
> return 0;
> _
>

Thank you. This fixed the compilation error.

Now I can boot up to the point where the root filesystem fails to load.

No Reiser4 in this -mm. I see that the old prepare and commit functions
were removed in 2.6.28. Hopefully someone will fix Reiser4 so I don't
have to try doing it myself. :-)
- --
Zan Lynx
zlynx@xxxxxxx

"Knowledge is Power. Power Corrupts. Study Hard. Be Evil."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkJ5N0ACgkQolqWs/Y4NLyAtgCfdvhEF5x/80NLC9d/9jNTL1J2
DTYAoIDo+djCOleYRtt4+WSzIEFqgrnK
=Kr6s
-----END PGP SIGNATURE-----
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/