From: Al Viro Date: Fri, 26 Dec 2008 05:57:40 +0000 (-0500) Subject: kill ->dir_notify() X-Git-Tag: v2.6.29-rc1~549^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6badd79bd002788aaec27b50a74ab69ef65ab8ee;p=pandora-kernel.git kill ->dir_notify() Remove the hopelessly misguided ->dir_notify(). The only instance (cifs) has been broken by design from the very beginning; the objects it creates are never destroyed, keep references to struct file they can outlive, nothing that could possibly evict them exists on close(2) path *and* no locking whatsoever is done to prevent races with close(), should the previous, er, deficiencies someday be dealt with. Signed-off-by: Al Viro --- Reading git-diff-tree failed