Re: [PATCH] sendfile: allows bypassing of notifier events

2012-11-20 Thread Dave Chinner
On Tue, Nov 20, 2012 at 04:31:34PM +, Alan Cox wrote: > From: Scott Wolchok > > Signed-off-by: Alan Cox > Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=12812 Please add a suitable commit message describing the bug and the fix. Pointers to bug reports are good references, but the

[PATCH] sendfile: allows bypassing of notifier events

2012-11-20 Thread Alan Cox
From: Scott Wolchok Signed-off-by: Alan Cox Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=12812 --- fs/read_write.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/read_write.c b/fs/read_write.c index d065348..1c7f101 100644 --- a/fs/read_write.c +++ b/fs/read_write.c