Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information