git: sys/vfs/hammer2: Fix "Properly set ronly flag for PFS"

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Jun 8 02:06:46 PDT 2025


commit 34ad347f7f3c1ae7d449095689f374636d181256
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Sat Jun 7 23:45:09 2025 -0700

    sys/vfs/hammer2: Fix "Properly set ronly flag for PFS"
    
    hammer2_remount() is update once only for hmp->ronly,
    so pmp->ronly needed to be updated first independently,
    otherwise causes problems with mount update after boot.

Summary of changes:
 sys/vfs/hammer2/hammer2_vfsops.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/34ad347f7f3c1ae7d449095689f374636d181256


-- 
DragonFly BSD source repository


More information about the Commits mailing list