Page MenuHomeFreeBSD

chflags: Alias nocache to noucache for consistency
ClosedPublic

Authored by ziaee on Fri, Sep 11, 12:14 PM.
Tags
None
Referenced Files
F173240770: D59588.id186577.diff
Thu, Sep 24, 2:54 PM
F173167672: D59588.id186577.diff
Thu, Sep 24, 1:51 AM
F173163564: D59588.id.diff
Thu, Sep 24, 1:14 AM
F173127398: D59588.diff
Wed, Sep 23, 7:23 PM
F173127362: D59588.diff
Wed, Sep 23, 7:22 PM
F173124927: D59588.id.diff
Wed, Sep 23, 7:00 PM
Unknown Object (File)
Tue, Sep 22, 3:53 PM
Unknown Object (File)
Mon, Sep 21, 2:49 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76771
Build 73654: arc lint + arc unit

Event Timeline

lib/libc/gen/strtofflags.c
84–90

Try this, should build fine and avoids the duplicated nousystem line.

rmacklem added inline comments.
lib/libc/gen/strtofflags.c
84–90

You can do so, but I did it the way I did it
to maintain a consistent style. style(9) says
that style should only be changed for major
re-writes.

But choose whichever way you prefer.

This revision is now accepted and ready to land.Fri, Sep 11, 1:39 PM

Accepted subject to the changes I have proposed.

lib/libc/gen/strtofflags.c
84–90

It's not really a style change. More of a simplification of lines that'll be touched anyway.

This revision now requires review to proceed.Sun, Sep 13, 10:14 AM

Looks good!
Approved for src.

This revision is now accepted and ready to land.Sun, Sep 13, 11:17 AM