diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-10-11 11:19:02 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-01-22 12:16:43 +0100 |
| commit | 30535440c807cef9aaeac2277990c9782362c23c (patch) | |
| tree | 4c446fff2bad6c4aec08ae491cf474627ad0dec7 /src/extent-scan.h | |
| parent | fiemap copy: don't let write failure go unreported; adjust style, etc. (diff) | |
| download | coreutils-30535440c807cef9aaeac2277990c9782362c23c.tar.gz coreutils-30535440c807cef9aaeac2277990c9782362c23c.zip | |
rename extent_scan member
* extent-scan.h [struct extent_scan]: Rename member:
s/hit_last_extent/hit_final_extent/. "final" is clearer,
since "last" can be interpreted as "preceding".
Diffstat (limited to 'src/extent-scan.h')
| -rw-r--r-- | src/extent-scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extent-scan.h b/src/extent-scan.h index 07c2e5bc5..0c9c199e3 100644 --- a/src/extent-scan.h +++ b/src/extent-scan.h @@ -50,7 +50,7 @@ struct extent_scan bool initial_scan_failed; /* If ture, the total extent scan per file has been finished. */ - bool hit_last_extent; + bool hit_final_extent; /* Extent information. */ struct extent_info *ext_info; |
