summaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/smbfs/smbfs_node.h')
-rw-r--r--sys/fs/smbfs/smbfs_node.h1
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;