commit | c18e5a1b1e51c0382f5d1431120fe65f7e9c982c | [log] [tgz] |
---|---|---|
author | Carlos Maiolino <cem@kernel.org> | Fri Jan 26 19:02:09 2024 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Jan 29 11:38:29 2024 +0100 |
tree | c6def530d3a75a893bf9a851272ba2190e440a0d | |
parent | d90b7d585067e87c56d8462b8e3e1c68996e2fc1 [diff] |
Rename searched_dir->sd_dir to sd_isdir The field holds information if we are searching a directory mountpoint or a device, rename the field to something more meaningful. We could switch it to bool, but it seems pointless to include a whole header just for it, so keep the int type. Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz>