From: Al Viro Date: Fri, 22 Jun 2012 08:40:19 +0000 (+0400) Subject: kill struct opendata X-Git-Tag: v3.6-rc1~152^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d904947459cca2beb69e0110716f5248b31f2a;p=pandora-kernel.git kill struct opendata Just pass struct file *. Methods are happier that way... There's no need to return struct file * from finish_open() now, so let it return int. Next: saner prototypes for parts in namei.c Signed-off-by: Al Viro --- Reading git-diff-tree failed