diff options
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r-- | sys/kern/vfs_extattr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 142a2c3..99084d3 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -3000,6 +3000,8 @@ getdents(p, uap) /* * Set the mode mask for creation of filesystem nodes. + * + * MP SAFE */ #ifndef _SYS_SYSPROTO_H_ struct umask_args { |