[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200610200630.k9K6U4RU031798@vass.7ka.mipt.ru>
Date: Fri, 20 Oct 2006 10:30:04 +0400
From: Vasily Tarasov <vtaras@...nvz.org>
To: Andi Kleen <ak@...e.de>
CC: OpenVZ Developers List <devel@...nvz.org>
Subject: Re: [PATCH] diskquota: 32bit quota tools on 64bit architectures
Andi Kleen wrote:
<snip>
> Thanks. But the code should be probably common somewhere in fs/*, not
> duplicated.
<snip>
Thank you for the comment!
I'm not sure we should do it. If we move the code in fs/quota.c for example,
than this code will be compiled for _all_ arhitectures, not only for x86_64 and ia64.
Of course, we can surround this code by #ifdefs <ARCH>, but I thought this is
a bad style... Moreover looking through current kernel code, I found out that
usually code is duplicated in such cases.
However, if you insist I'll modify the code! :)
Thank you.
-
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