Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Bächler
d068bb28c8 * Fix FSID of rootfs being 0
For st_dev in struct stat, the value 0 is
  an error. Make sure rootfs has value 1.

  This fixes the coreutils cp -ax issue (although that
  code has already been improved in coreutils, too) and
  somewhat fixes the switch_root problem in util-linux.
  It is still possible that rootfs gets an FSID >1 in
  future versions, so util-linux still needs to be fixed.

  This is unrelated to the mount id issue in
  /proc/*/mountinfo - the mount id may still be
  zero.

* Revert a patch that always enables autosuspend on intel bluetoothh

  xhci still sucks and breaks this. I am reverting this
  commit for reasons that are in no way selfish.
2014-04-03 22:57:31 +00:00
Thomas Bächler
ff6004ab78 linux: some PKGBUILD fixes and re-add the syscalls.h revert 2014-03-31 23:22:46 +00:00