kern/161674: [ufs] snapshot on journaled ufs doesn't work

mckusick at FreeBSD.org mckusick at FreeBSD.org
Tue Feb 7 04:31:21 UTC 2012


Synopsis: [ufs] snapshot on journaled ufs doesn't work

State-Changed-From-To: open->closed
State-Changed-By: mckusick
State-Changed-When: Tue Feb 7 04:27:05 UTC 2012
State-Changed-Why: 
This bug was fixed in head in -r230249:

  Make sure all intermediate variables holding mount flags (mnt_flag)
  and that all internal kernel calls passing mount flags are declared
  as uint64_t so that flags in the top 32-bits are not lost.

The soft update journalling flag is located in the top 32-bits of
mnt_flag and was being lost due to this bug.

This fix was MFC'ed to 9 in -r230725 on Sun Jan 29 08:03:45 2012.



Responsible-Changed-From-To: freebsd-fs->mckusick
Responsible-Changed-By: mckusick
Responsible-Changed-When: Tue Feb 7 04:27:05 UTC 2012
Responsible-Changed-Why: 
I have taken responsibility for this bug.

http://www.freebsd.org/cgi/query-pr.cgi?pr=161674


More information about the freebsd-fs mailing list