[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141113215139.GK7996@ZenIV.linux.org.uk>
Date: Thu, 13 Nov 2014 21:51:39 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: Pieter Smith <pieter@...sman.nl>
Cc: Josh Triplett <josh@...htriplett.org>,
Jeff Layton <jlayton@...chiereds.net>,
"J. Bruce Fields" <bfields@...ldses.org>,
linux-fsdevel@...r.kernel.org,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 04/56] fs: Macros to define splice file_operations
On Thu, Nov 13, 2014 at 10:22:41PM +0100, Pieter Smith wrote:
> Provides a CONFIG_SYSCALL_SPLICE compatible way of defining the .splice_read
> and .splice_write file_operations so that they can later be compiled out when
> the kernel is configured without the splice-family syscalls
This (and subsequent stuff making use of that) is bloody pointless. You
save 2 words per file_operations instance, at the cost of making things
uglier and harder to grep. NAK.
--
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