[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFzzt+BK3YQf08KGXapL-sXjL=LkQcBvwTYBAZosNgsSgw@mail.gmail.com>
Date: Mon, 3 Mar 2014 16:42:36 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: George Spelvin <linux@...izon.com>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Update of file offset on write() etc. is non-atomic with I/O
On Mon, Mar 3, 2014 at 4:23 PM, Al Viro <viro@...iv.linux.org.uk> wrote:
>
> I wonder if something like
>
> static inline struct fd fdget(int fd)
> {
> unsigned long v = __fdget(fd);
> return (struct fd){(struct file *)(v & ~1), v & 1};
> }
Make it use "&3" so that we have the two bits we need, and I'll
happily take that approach, yes.
Linus
--
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