[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4909E4DE.30207@acm.org>
Date: Thu, 30 Oct 2008 10:46:22 -0600
From: Zan Lynx <zlynx@....org>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org, jack@...e.cz
Subject: Re: 2.6.28-rc2-mm1: Build failure on fs/quota.o
-----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@....org
"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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists