commit | 6badd79bd002788aaec27b50a74ab69ef65ab8ee | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 26 00:57:40 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 31 18:07:43 2008 -0500 |
tree | 2a47bf53a7fe2316d98cca71f0b7d01d5024a5ea | |
parent | b6b3fdead251d432f32f2cfce2a893ab8a658110 [diff] |
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 <viro@zeniv.linux.org.uk>