From: Anatol Pomozov Date: Tue, 15 Jan 2013 06:30:00 +0000 (-0800) Subject: Do not use RCU for current process credentials X-Git-Tag: v3.9-rc1~135^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2132c1bc73d9a279cec148f74ea709c960b3d89;p=pandora-kernel.git Do not use RCU for current process credentials Commit c69e8d9c0 added rcu lock to fuse/dir.c It was assuming that 'task' is some other process but in fact this parameter always equals to 'current'. Inline this parameter to make it more readable and remove RCU lock as it is not needed when access current process credentials. Signed-off-by: Anatol Pomozov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed