Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 657446
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- a/lib/device/dev-io.c
0
++ b/lib/device/dev-io.c
Lines 505-511 Link Here
505
			dev->flags |= DEV_NOT_O_NOATIME;
505
			dev->flags |= DEV_NOT_O_NOATIME;
506
			if ((dev->fd = open(name, flags, 0777)) >= 0) {
506
			if ((dev->fd = open(name, flags, 0777)) >= 0) {
507
				log_debug_devs("%s: Not using O_NOATIME", name);
507
				log_debug_devs("%s: Not using O_NOATIME", name);
508
#ifdef O_DIRECT_SUPPORT
508
				goto opened;
509
				goto opened;
510
#endif
509
			}
511
			}
510
		}
512
		}
511
#endif
513
#endif

Return to bug 657446