From: Al Viro Date: Sat, 27 Sep 2014 01:34:01 +0000 (-0400) Subject: __d_move(): fold manipulations with ->d_child/->d_subdirs X-Git-Tag: fixes-for-v3.18-merge-window~58^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d8cd306a8f4cf104d5ef2e2f8f8f4f4854770a2;p=pandora-kernel.git __d_move(): fold manipulations with ->d_child/->d_subdirs list_del() + list_add() is a slightly pessimised list_move() list_del() + INIT_LIST_HEAD() is a slightly pessimised list_del_init() Interleaving those makes the resulting code even worse. And harder to follow... Signed-off-by: Al Viro --- Reading git-diff-tree failed