[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <3D4D126C-0B26-4B00-A2E4-68BD84555B51@oracle.com>
Date: Tue, 27 Mar 2007 15:57:53 -0700
From: Zach Brown <zach.brown@...cle.com>
To: Ken Chen <kenchen@...gle.com>
Cc: "Andrew Morton" <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [patch] cache pipe buf page address for non-highmem arch
> +#define pipe_kmap_atomic(page, type) pipe_kmap(page)
> +#define pipe_kunmap(page) do { } while (0)
> +#define pipe_kunmap_atomic(page, type) do { } while (0)
Please don't drop arguments in stubs. It can let completely broken
code compile, like:
pipe_kunmap(SOME_COMPLETE_NONSENSE);
Static inlines with empty bodies are the gold standard.
- z
-
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