From e1248154d6c42cd6780ce5e065a5877e983a7c9d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 17 Jul 2006 11:17:32 +0000 Subject: r17088: add ntvfs mapping function for notify metze (This used to be commit 7daf432d58ecebd10a28acd3ddbded9cb16536d0) --- source4/ntvfs/posix/pvfs_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix') diff --git a/source4/ntvfs/posix/pvfs_notify.c b/source4/ntvfs/posix/pvfs_notify.c index d6fec02305..460bf11f40 100644 --- a/source4/ntvfs/posix/pvfs_notify.c +++ b/source4/ntvfs/posix/pvfs_notify.c @@ -226,7 +226,7 @@ NTSTATUS pvfs_notify(struct ntvfs_module_context *ntvfs, struct notify_pending *pending; if (info->nttrans.level != RAW_NOTIFY_NTTRANS) { - return NT_STATUS_NOT_IMPLEMENTED; + return ntvfs_map_notify(ntvfs, req, info); } f = pvfs_find_fd(pvfs, req, info->nttrans.in.file.ntvfs); -- cgit