Re: [PATCH v5 1/6] last-modified: new subcommand to show when files were last modified

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jul 18, 2025 at 2:02 AM Taylor Blau <me@xxxxxxxxxxxx> wrote:

> > +struct last_modified {
> > +     struct hashmap paths;
> > +     struct rev_info rev;
> > +     int recursive, tree_in_recursive;
>
> Can we either make these two part of a bitfield, or at least declare
> them separately?

I wonder if we could/should use the `bool` type from <stdbool.h> as
Documentation/CodingGuidelines says that it's now allowed.





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux