Page MenuHomeFreeBSD

ANSIfy sys/fs/msdosfs
ClosedPublic

Authored by emaste on Jan 8 2015, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 2:02 AM
Unknown Object (File)
May 25 2024, 1:09 AM
Unknown Object (File)
May 19 2024, 5:50 AM
Unknown Object (File)
Mar 12 2024, 2:41 AM
Unknown Object (File)
Feb 23 2024, 3:43 AM
Unknown Object (File)
Feb 20 2024, 12:23 PM
Unknown Object (File)
Jan 19 2024, 4:46 PM
Unknown Object (File)
Jan 2 2024, 10:37 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to ANSIfy sys/fs/msdosfs.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added inline comments.
sys/fs/msdosfs/msdosfs_denode.c
95 ↗(On Diff #3060)

Note comments on individual args removed. I'm not sure they were valuable and largely repeat information in the comment preceding the function anyhow.

I usually do such changes only with substantial changes, or when changing the affected lines. Reason is that stray formatting/formal commits make $(VCS) blame harder to use.

BTW, why only changing denode.c ? Whole msdosfs uses KR definitions, except functions which I touched (as described above). IMO, if doing the conversion, it is less painful to do it in one step.

I usually do such changes only with substantial changes, or when changing the affected lines. Reason is that stray formatting/formal commits make $(VCS) blame harder to use.

My motivation here is to make it easier to compare our msdosfs with NetBSD. They have a large set of changes (some of which I'd like to import).

BTW, why only changing denode.c ? Whole msdosfs uses KR definitions, except functions which I touched (as described above). IMO, if doing the conversion, it is less painful to do it in one step.

I don't follow - unless I missed something this should be all of msdosfs.

kib added a reviewer: kib.
In D1466#5, @emaste wrote:

I usually do such changes only with substantial changes, or when changing the affected lines. Reason is that stray formatting/formal commits make $(VCS) blame harder to use.

My motivation here is to make it easier to compare our msdosfs with NetBSD. They have a large set of changes (some of which I'd like to import).

Ok.

BTW, why only changing denode.c ? Whole msdosfs uses KR definitions, except functions which I touched (as described above). IMO, if doing the conversion, it is less painful to do it in one step.

I don't follow - unless I missed something this should be all of msdosfs.

The GUI somehow managed to confuse me yet another time, I only saw denode.

This revision is now accepted and ready to land.Jan 8 2015, 10:56 PM
emaste updated this revision to Diff 3068.

Closed by commit rS276887 (authored by @emaste).