diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-02-10 05:53:02 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-02-10 05:53:02 +0000 |
| commit | b4484bf0310023f41d70c74bf7b51b7092737223 (patch) | |
| tree | ba73a74265f497f6e197c646b862844380ff2f4b /sys/fs/smbfs/smbfs_node.h | |
| parent | b257d4a02509714ec04cef872690072ebe8ece7f (diff) | |
Notes
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 884831c87453..7a8d545d1ef4 100644 --- a/sys/fs/smbfs/smbfs_node.h +++ b/sys/fs/smbfs/smbfs_node.h @@ -44,6 +44,7 @@ #define NREFPARENT 0x0010 /* node holds parent from recycling */ #define NFLUSHWIRE 0x1000 /* pending flush request */ #define NOPEN 0x2000 /* file is open */ +#define NGONE 0x4000 /* file has been removed/renamed */ struct smbfs_fctx; |
