From: Jan Kara Date: Fri, 4 Sep 2015 22:43:09 +0000 (-0700) Subject: fsnotify: remove mark->free_list X-Git-Tag: omap-for-v4.3/fixes-rc1~87^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925d1132a03e33cb8f29a0057300d023b4f1be23;p=pandora-kernel.git fsnotify: remove mark->free_list Free list is used when all marks on given inode / mount should be destroyed when inode / mount is going away. However we can free all of the marks without using a special list with some care. Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed