From: Al Viro Date: Thu, 16 Aug 2012 00:00:58 +0000 (-0400) Subject: don't bother with call_rcu() in put_files_struct() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~36^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e02af0ae0783894abb576fbab45ec29aa8e7fc;p=pandora-kernel.git don't bother with call_rcu() in put_files_struct() At that point nobody can see us anyway; everything that looks at files_fdtable(files) is separated from the guts of put_files_struct(files) - either since files is current->files or because we fetched it under task_lock() and hadn't dropped that yet, or because we'd bumped files->count while holding task_lock()... Signed-off-by: Al Viro --- Reading git-diff-tree failed