- 1. TAKE - enable -o sync for xfs (score: 1)
- Author: @xxxxxxxx>
- Date: Tue, 11 Jun 2002 15:10:30 -0500
-
- /archives/xfs/2002-06/msg00267.html (6,911 bytes)
- 2. Re: TAKE - enable -o sync for xfs (score: 1)
- Author: d@xxxxxxx>
- Date: Tue, 11 Jun 2002 16:15:29 -0400 (EDT)
-
- /archives/xfs/2002-06/msg00268.html (7,351 bytes)
- 3. Re: TAKE - enable -o sync for xfs (score: 1)
- Author: @xxxxxxxx>
- Date: 11 Jun 2002 15:18:56 -0500
-
- /archives/xfs/2002-06/msg00269.html (8,250 bytes)
- 4. SGI_XFS_1.1 (score: 1)
- Author: ePain <jlb17@xxxxxxxx>
- Date: Tue, 11 Jun 2002 15:10:30 -0500
- c Look for this code (line 623 in my version): /* Handle various SYNC-type writes */ if (file->f_flags & O_SYNC) { Change it to if ((file->f_flags & O_SYNC) || IS_SYN
- /archives/xfs/2002-06/msg00771.html (6,911 bytes)
- 5. sync? (score: 1)
- Author: ve Lord <lord@xxxxxxx>
- Date: Tue, 11 Jun 2002 16:15:29 -0400 (EDT)
- lease) it's on line 752, and looks like this: /* Handle various SYNC-type writes */ if (ioflags & O_SYNC) { I changed it to: if ((ioflags & O_SYNC) || IS_SYNC(ip)) {
- /archives/xfs/2002-06/msg00772.html (7,351 bytes)
- 6. - enable -o sync for xfs (score: 1)
- Author: ePain <jlb17@xxxxxxxx>
- Date: 11 Jun 2002 15:18:56 -0500
- will make xfs obey the -o sync mount option for writes. If you want metadata to be synchronous too then add the wsync mount option. Steve The following file(s) were checked into: bonnie.engr.sgi
- /archives/xfs/2002-06/msg00773.html (8,250 bytes)
This search system is powered by
Namazu