-
由 NeilBrown 提交于
'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: NNeilBrown <neilb@suse.de>
f4ad3d38