nfs: Don't generate duplicated events
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>
Mon, 15 Nov 2010 19:33:27 +0000 (19:33 +0000)
committerEric Paris <eparis@redhat.com>
Wed, 15 Dec 2010 18:58:45 +0000 (13:58 -0500)
The events are already generated by vfs_readv and vfs_writev.
splice does not seem to generate the events, but that's an
other bug.

The patch also removes a couple of unneeded fsnotify.h
inclusions from fs/cachefiles/.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Signed-off-by: Eric Paris <eparis@redhat.com>

No differences found