From: David Cohen Date: Wed, 4 Jun 2014 23:05:42 +0000 (-0700) Subject: fs/notify/mark.c: trivial cleanup X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa8f7e5d7bc2a6f1d1f9b43f9514d02f00b9cb1;p=pandora-kernel.git fs/notify/mark.c: trivial cleanup Do not initialize private_destroy_list twice. list_replace_init() already takes care of initializing private_destroy_list. We don't need to initialize it with LIST_HEAD() beforehand. Signed-off-by: David Cohen Cc: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed