0001-mount.cifs-Remove-data_blob.h-include.patch 894 B

1234567891011121314151617181920212223242526272829303132
  1. From 272d523a57a4e8791d625a479128613be5e401f5 Mon Sep 17 00:00:00 2001
  2. From: Thomas Witt <pyromaniac@exherbo.org>
  3. Date: Wed, 15 Mar 2017 20:20:44 +0000
  4. Subject: [PATCH] mount.cifs: Remove data_blob.h include
  5. data_blob.h includes talloc.h from libtalloc, but that is only marked as
  6. a dependency for cifs.upcall. No symbols from that header are used by
  7. cifs.mount, so remove it to avoid the libtalloc dependency
  8. Signed-off-by: Thomas Witt <pyromaniac@exherbo.org>
  9. Signed-off-by: Baruch Siach <baruch@tkos.co.il>
  10. ---
  11. Patch status: upstream commit 272d523a57a4
  12. mount.cifs.c | 1 -
  13. 1 file changed, 1 deletion(-)
  14. diff --git a/mount.cifs.c b/mount.cifs.c
  15. index 13b71ef50303..2612feb4d591 100644
  16. --- a/mount.cifs.c
  17. +++ b/mount.cifs.c
  18. @@ -61,7 +61,6 @@
  19. #include "mount.h"
  20. #include "util.h"
  21. #include "resolve_host.h"
  22. -#include "data_blob.h"
  23. #ifndef MS_MOVE
  24. #define MS_MOVE 8192
  25. --
  26. 2.11.0