Bug#403209: locking - necessary to avoid long wait for multi-device card reader

2011-08-12 Thread Hagen Fuchs
Package: usbmount Severity: normal Hello Richard, Rogério, Won't per-device locking eventually produce race conditions? Specifically, I'm looking at the code that allocates a mount point: # Search an available mountpoint. for v in $MOUNTPOINTS; do if [ -d "$v" ] && ! grep

Bug#403209: locking - necessary to avoid long wait for multi-device card reader

2011-08-12 Thread Hagen Fuchs
Package: usbmount Severity: normal Hello, I just now perused the changelog and saw the message for version 0.0.17.1: revert patch from #403209 (seems to introduce race conditions) Seems, I should familiarize myself with the code /and/ its history, before going off and analysing code from my