Bug 137288

Summary: gjournal sync should follow umount
Product: Documentation Reporter: Anthony Chavez <acc>
Component: Books & ArticlesAssignee: Manolis Kiagias <manolis>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Anthony Chavez 2009-07-31 07:10:01 UTC
In a recent discussion with pjd@ (http://lists.freebsd.org/pipermail/freebsd-fs/2009-July/006533.html), it was revealed that, you guessed it, "'gjournal sync' should follow unmount, not the other way around."

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: Read "Implementing UFS Journaling on a Desktop PC," section 5.3.
Comment 1 Manolis Kiagias freebsd_committer freebsd_triage 2009-07-31 07:14:00 UTC
Responsible Changed
From-To: freebsd-doc->manolis

I'll look into this
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-31 07:37:56 UTC
manolis     2009-07-31 06:37:47 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/articles/gjournal-desktop article.sgml 
  Log:
  'gjournal sync' should actually be called after unmounting relevant partitions
  
  PR:             docs/137288
  Submitted by:   Anthony Chavez <acc at hexadecagram dot org>
  
  Revision  Changes    Path
  1.5       +4 -4      doc/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Manolis Kiagias freebsd_committer freebsd_triage 2009-07-31 07:43:18 UTC
State Changed
From-To: open->closed

Committed, thanks!