diff options
author | Mike Gerdts <mike.gerdts@joyent.com> | 2019-11-22 21:18:51 +0000 |
---|---|---|
committer | Mike Gerdts <mike.gerdts@joyent.com> | 2019-12-02 15:24:17 +0000 |
commit | 90c832de103bf8a88947637500243fa256e75b31 (patch) | |
tree | 626653d4d37231efdffb7cc05f650a0322e1addd /usr/src/uts/common/sys/fem.h | |
parent | 98860832862cef20612fd5b10b324f5eba1b4015 (diff) | |
download | illumos-joyent-OS-8054.tar.gz |
OS-8054 inotify watches lead to EBUSY during zfs mountOS-8054
Diffstat (limited to 'usr/src/uts/common/sys/fem.h')
-rw-r--r-- | usr/src/uts/common/sys/fem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/fem.h b/usr/src/uts/common/sys/fem.h index beb838fdfa..f606c47e3b 100644 --- a/usr/src/uts/common/sys/fem.h +++ b/usr/src/uts/common/sys/fem.h @@ -23,6 +23,7 @@ * Use is subject to license terms. * * Copyright 2013 Nexenta Systems, Inc. All rights reserved. + * Copyright 2019 Joyent, Inc. */ #ifndef _SYS_FEM_H @@ -427,7 +428,7 @@ extern int fem_is_installed(struct vnode *v, fem_t *mon, void *arg); extern int fem_uninstall(struct vnode *v, fem_t *mon, void *arg); extern vnodeops_t *fem_getvnops(struct vnode *v); extern void fem_setvnops(struct vnode *v, struct vnodeops *nops); - +extern int fem_getvnrefs(vnode_t *); extern int fsem_create(char *name, const struct fs_operation_def *templ, fsem_t **actual); |