From: Oleg Nesterov Date: Mon, 8 Jul 2013 21:24:16 +0000 (-0700) Subject: fput: turn "list_head delayed_fput_list" into llist_head X-Git-Tag: v3.11-rc1~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5e65a1cc90bbb15b9f6cdc362922af1bcc155a;p=pandora-kernel.git fput: turn "list_head delayed_fput_list" into llist_head fput() and delayed_fput() can use llist and avoid the locking. This is unlikely path, it is not that this change can improve the performance, but this way the code looks simpler. Signed-off-by: Oleg Nesterov Suggested-by: Andrew Morton Cc: Al Viro Cc: Andrey Vagin Cc: "Eric W. Biederman" Cc: David Howells Cc: Huang Ying Cc: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed