mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, since
we do it further down in ffs_vfsops.c MFC after: 1 month
This commit is contained in:
parent
693c40a39a
commit
a9722ace80
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179268
@ -697,8 +697,6 @@ vfs_donmount(struct thread *td, int fsflags, struct uio *fsoptions)
|
||||
opt->name = strdup("ro", M_MOUNT);
|
||||
fsflags |= MNT_RDONLY;
|
||||
}
|
||||
else if (strcmp(opt->name, "snapshot") == 0)
|
||||
fsflags |= MNT_SNAPSHOT;
|
||||
else if (strcmp(opt->name, "suiddir") == 0)
|
||||
fsflags |= MNT_SUIDDIR;
|
||||
else if (strcmp(opt->name, "sync") == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user