summaryrefslogtreecommitdiffstats
path: root/debuginfofs.init
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfofs.init')
-rwxr-xr-xdebuginfofs.init5
1 files changed, 1 insertions, 4 deletions
diff --git a/debuginfofs.init b/debuginfofs.init
index 09e93e8..3114e28 100755
--- a/debuginfofs.init
+++ b/debuginfofs.init
@@ -43,11 +43,8 @@ start() {
[ -d "$BUILDID_MOUNTPOINT" ] || mkdir -p "$BUILDID_MOUNTPOINT"
echo -n $"Starting debuginfofs: "
- # TODO: consider -o kernel_cache
- # TODO: consider -o entry_timeout=60 -o attr_timeout=60
- # TODO: consider -o intr
wdfs "$BUILDID_URL" "$BUILDID_MOUNTPOINT" -o allow_other -o nonempty \
- $BUILDID_ARGS
+ -o intr $BUILDID_ARGS
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog