Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107492793
D48436.id149157.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
766 B
Referenced Files
None
Subscribers
None
D48436.id149157.diff
View Options
diff --git a/sys/sys/mount.h.filerev b/sys/sys/mount.h
--- a/sys/sys/mount.h.filerev
+++ b/sys/sys/mount.h
@@ -685,6 +685,7 @@
#define VFCF_SBDRY 0x01000000 /* Stop at Boundary: defer stop requests
to kernel->user (AST) transition */
#define VFCF_FILEMOUNT 0x02000000 /* allow mounting files */
+#define VFCF_FILEREVINC 0x04000000 /* va_filerev is incr. by one */
typedef uint32_t fsctlop_t;
diff --git a/sys/ufs/ffs/ffs_vfsops.c.filerev b/sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c.filerev
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -117,7 +117,7 @@
.vfs_susp_clean = process_deferred_inactive,
};
-VFS_SET(ufs_vfsops, ufs, 0);
+VFS_SET(ufs_vfsops, ufs, VFCF_FILEREVINC);
MODULE_VERSION(ufs, 1);
static b_strategy_t ffs_geom_strategy;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 15, 11:36 PM (17 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15787755
Default Alt Text
D48436.id149157.diff (766 B)
Attached To
Mode
D48436: Add VFCF_FILEREVINC to indicate a file system increments va_filerev by one
Attached
Detach File
Event Timeline
Log In to Comment