On 06/25/15 at 10:08am, Dave Young wrote: > Move early mkdir code to dracut.sh so that dracut-fuctions.sh can > be used by other components. > > For example Fedora kdump mkdumprd uses several functions which were > copied from dracut-functions.sh, with this patch applied dracut-functions.sh > contains only functions so that we can remove the duplicate code in kdump. > > Signed-off-by: Dave Young <dyoung@xxxxxxxxxx> > --- > dracut-functions.sh | 11 ----------- > dracut.sh | 11 +++++++++++ > 2 files changed, 11 insertions(+), 11 deletions(-) > > Index: dracut/dracut-functions.sh > =================================================================== > --- dracut.orig/dracut-functions.sh > +++ dracut/dracut-functions.sh > @@ -19,17 +19,6 @@ > # > export LC_MESSAGES=C > > -if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then > - if ! [[ -d "$initdir/.kernelmodseen" ]]; then > - mkdir -p "$initdir/.kernelmodseen" > - fi > - DRACUT_KERNEL_LAZY_HASHDIR="$initdir/.kernelmodseen" > -fi > - > -if [[ $initdir ]] && ! [[ -d $initdir ]]; then > - mkdir -p "$initdir" > -fi > - self NACK, will repost and export DRACUT_KERNEL_LAZY_HASHDIR earlier Also I need reuse push/pop functions in multipath module so I will repost another patch series later. Thanks Dave -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html