diff options
author | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-09-23 14:15:31 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-09-27 11:08:49 +0200 |
commit | 60923d5cae78447902e9ec10c44504e0588cf447 (patch) | |
tree | fd6afad80abe819180c4bc9920418cc4333d4519 /mdadm.h | |
parent | CI: do not install unnecessary packages (diff) | |
download | mdadm-60923d5cae78447902e9ec10c44504e0588cf447.tar.xz mdadm-60923d5cae78447902e9ec10c44504e0588cf447.zip |
Incremental: Rename IncrementalRemove
Rename it to Incremental_remove for better readability.
No functional changes.
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'mdadm.h')
-rw-r--r-- | mdadm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1606,7 +1606,7 @@ extern int Incremental(struct mddev_dev *devlist, struct context *c, struct supertype *st); extern void RebuildMap(void); extern int IncrementalScan(struct context *c, char *devnm); -extern int IncrementalRemove(char *devname, char *path, int verbose); +extern int Incremental_remove(char *devname, char *path, int verbose); extern int CreateBitmap(char *filename, int force, char uuid[16], unsigned long chunksize, unsigned long daemon_sleep, unsigned long write_behind, |