From: Al Viro Date: Fri, 22 Jun 2012 08:39:14 +0000 (+0400) Subject: make ->atomic_open() return int X-Git-Tag: v3.6-rc1~152^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95852777bc8ba6b3ad3397d495c5f9dd8ca8383;p=pandora-kernel.git make ->atomic_open() return int Change of calling conventions: old new NULL 1 file 0 ERR_PTR(-ve) -ve Caller *knows* that struct file *; no need to return it. Signed-off-by: Al Viro --- Reading git-diff-tree failed