Thread (5 messages) flat view 5 messages, 5 authors, 2014-11-07

Re: [fuse-devel] [PATCH v5 7/7] add a flag for per-operation O_DSYNC semantics

From: Anand Avati <hidden>
Date: 2014-11-07 05:52:07
Also in: ceph-devel, linux-arch, linux-fsdevel, linux-mm, linux-nfs, ocfs2-devel

On Thu, Nov 6, 2014 at 8:22 PM, Anton Altaparmakov [off-list ref] wrote:
quoted
On 7 Nov 2014, at 01:46, Jeff Moyer [off-list ref] wrote:
Minor nit, but I'd rather read something that looks like this:

      if (type == READ && (flags & RWF_NONBLOCK))
              return -EAGAIN;
      else if (type == WRITE && (flags & RWF_DSYNC))
              return -EINVAL;
But your version is less logically efficient for the case where "type ==
READ" is true and "flags & RWF_NONBLOCK" is false because your version then
has to do the "if (type == WRITE" check before discovering it does not need
to take that branch either, whilst the original version does not have to do
such a test at all.
Seriously? Just focus on the code readability/maintainability which makes
the code most easily understood/obvious to a new pair of eyes, and leave
such micro-optimizations to the compiler..

Thanks
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help