From: Zheng Liu Date: Thu, 25 Jul 2013 00:13:19 +0000 (+0800) Subject: vfs: add missing check for __O_TMPFILE in fcntl_init() X-Git-Tag: v3.11-rc5~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d62c45b38e534262d443b5820fb06a0e6d0d42f;p=pandora-kernel.git vfs: add missing check for __O_TMPFILE in fcntl_init() As comment in include/uapi/asm-generic/fcntl.h described, when introducing new O_* bits, we need to check its uniqueness in fcntl_init(). But __O_TMPFILE bit is missing. So fix it. Signed-off-by: Zheng Liu Signed-off-by: Al Viro --- Reading git-diff-tree failed