commit | 4f5e65a1cc90bbb15b9f6cdc362922af1bcc155a | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <[email protected]> | Mon Jul 08 14:24:16 2013 -0700 |
committer | Al Viro <[email protected]> | Sat Jul 13 13:29:10 2013 +0400 |
tree | c635e87d98c9961ad95c2351bae6d9609eeb761f | |
parent | 64372501e2af9b11e2ffd1ff79345dc4b1abe539 [diff] |
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 <[email protected]> Suggested-by: Andrew Morton <[email protected]> Cc: Al Viro <[email protected]> Cc: Andrey Vagin <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: David Howells <[email protected]> Cc: Huang Ying <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Al Viro <[email protected]>