On Tue, Jul 01, 2008 at 11:03:02AM +0200, Denys Vlasenko wrote: > Hi Andrew, Al, > > I posted this patch a few months ago, but it apparently > fell thru cracks. Here we go again. > > I noticed that read/write/rdwr_pipe_fops are (1) const and > (2) exactly identical to xxx_fifo_fops, which are also const. > > Attached patch #defines xxx_pipe_fops as aliases to xxx_fifo_fops. > Size difference: Why do you need the #defines? Just use the _fifo_ name directly. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html