Merge pull request #316 from dsheets/kernel-aufs-lockdep

kernel: apply the AUFS patch to integrate with lockdep
This commit is contained in:
Justin Cormack
2016-07-20 16:18:42 +01:00
committed by GitHub

View File

@@ -52,6 +52,7 @@ RUN git clone -b "$AUFS_BRANCH" "$AUFS_REPO" /aufs && \
/aufs/aufs*-mmap.patch \
/aufs/aufs*-standalone.patch \
/aufs/aufs*-loopback.patch \
/aufs/lockdep-debug.patch \
; do \
patch -p1 < "$patch"; \
done