diff options
Diffstat (limited to 'sys/fs/smbfs/smbfs_node.h')
-rw-r--r-- | sys/fs/smbfs/smbfs_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h index 1a5a643..e65337a 100644 --- a/sys/fs/smbfs/smbfs_node.h +++ b/sys/fs/smbfs/smbfs_node.h @@ -42,6 +42,7 @@ #define NMODIFIED 0x0004 /* bogus, until async IO implemented */ /*efine NNEW 0x0008*//* smb/vnode has been allocated */ #define NREFPARENT 0x0010 /* node holds parent from recycling */ +#define NFLUSHWIRE 0x1000 /* pending flush request */ struct smbfs_fctx; |