summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_notify.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-17 11:17:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:12 -0500
commite1248154d6c42cd6780ce5e065a5877e983a7c9d (patch)
tree0b093981992017541ba20313369505a0c734f32d /source4/ntvfs/posix/pvfs_notify.c
parentbdf914a39d42b5ced62f59aaa38d75fe53c32aa9 (diff)
downloadsamba-e1248154d6c42cd6780ce5e065a5877e983a7c9d.tar.gz
samba-e1248154d6c42cd6780ce5e065a5877e983a7c9d.tar.bz2
samba-e1248154d6c42cd6780ce5e065a5877e983a7c9d.zip
r17088: add ntvfs mapping function for notify
metze (This used to be commit 7daf432d58ecebd10a28acd3ddbded9cb16536d0)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_notify.c')
-rw-r--r--source4/ntvfs/posix/pvfs_notify.c2
1 files changed, 1 insertions, 1 deletions
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);