On Wed, Oct 18, 2023 at 5:47 PM Kent Overstreet <[email protected]> wrote: > So, in that case, you just need a single bit reported via stat() or > statx(). > > Unfortunately, I don't see a flags field in struct statx...
After some more contemplation, I think I am going to implement colorization of st_dev differences. (As I originally envisioned, and as Kent previously suggested.) This means that if/when Bcachefs implements distinct st_dev's for each subvolume, my modified version of ls will be able to display them in a custom color. Cheers, Parke
