commit | f4ad3d38d49dc0c4c911e31d8b884d5b74362b6e | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon Dec 15 12:57:00 2014 +1100 |
committer | NeilBrown <neilb@suse.de> | Fri Feb 06 09:32:56 2015 +1100 |
tree | c07652a37bb95b29476dce58cca51c34920d76e7 | |
parent | 758bfc8abfbc26c196a53c52d52d251f20226a5c [diff] |
md: remove unnecessary 'buf' from get_bitmap_file. 'buf' is only used because d_path fills from the end of the buffer instead of from the start. We don't need a separate buf to handle that, we just need to use memmove() to move the string to the start. Signed-off-by: NeilBrown <neilb@suse.de>