summaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_node.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-02-10 05:53:02 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-02-10 05:53:02 +0000
commitb4484bf0310023f41d70c74bf7b51b7092737223 (patch)
treeba73a74265f497f6e197c646b862844380ff2f4b /sys/fs/smbfs/smbfs_node.h
parentb257d4a02509714ec04cef872690072ebe8ece7f (diff)
Notes
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;