From owner-freebsd-current@freebsd.org Tue Oct 16 15:17:29 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A25E10D687E for ; Tue, 16 Oct 2018 15:17:29 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95D9270DF9 for ; Tue, 16 Oct 2018 15:17:28 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-ed1-x533.google.com with SMTP id x31-v6so21707388edd.8 for ; Tue, 16 Oct 2018 08:17:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bTTNUXK3NMrfiL+HSU0tqETZaphbt6I+Zu2sxN01saQ=; b=sKkZVnxYVX8HT6nRSiXeKIc6duMxtDsBInoGU9GmbdjTS3rlsRAdH771WYMP00CZ8F zG6H6wV0wntcoAuGGIjl/iCPFLw/knCy7Bp0Tr6AhKLz0r3lL4EiyKGuPDEwRY7TCwWT qf22kO//AKesyI6leXd/3nmdKVRtj21GhZPZAabjs6q8pz1wNbZl2TnNkbtK9bq8kzNt Q7hHurZZNaTwJr4NdAsAaLUPYcd11HCEM5E9gXfO/Cuv2u4mL9Pkc/F5/TUBnsEa1K+2 NjfMkOzcbcCqquPHOmL+vcAdMpGJrGT9XUCHx4hvv05X5wVDBFkISwXhTdQRy6Y7nVe3 s5pQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bTTNUXK3NMrfiL+HSU0tqETZaphbt6I+Zu2sxN01saQ=; b=YYtjUMPkKK2UayyKInUiP/atD8+9pz9QXApHeHZZPtjxlxQCOfXQl1sB2uj8gHHYPF Sv0mQWPZKqTGNIux2k1DllbIS8/diLE8wu7WsOvDd/5A0q4bG1wStFzKC4cyNpFROPpx PqM/q4ib+dIKzALPPYn0+JraIix08o+3na8Ti2OX253uS215BS48Jy3Ozmf9uuL4EqXP jnKX9PZrNYZ48BsOi1tbyIw42WcN6SssbiZJe+u9hwZtf8JoTatKUfRSj/2e47Vym2ub Qo5jBjxPkC/QBBzfVVzLzhY+6ah6r2D+d2UMMdhtC/O8hXH1ODjVsDPGxyMQbJD2O+Nr zV2g== X-Gm-Message-State: ABuFfognfXaYlII7HMcO7GwlGZKvE699UfUpFwxBWHDXgwupKoIxWe8n vNw7w1wEJk5CJMWJ2anhHrSdf8RCecQiqqbZv3dJ6A== X-Google-Smtp-Source: ACcGV63xOBQK1hfGFjEoNEECdkFWX8Tx1qVEdE+OlivgeUHM1Lwz1MEMXnaLusMI8v1MLWcCD1vHc9mDbjEcS5sjejo= X-Received: by 2002:a50:cc0c:: with SMTP id m12-v6mr31665211edi.171.1539703046676; Tue, 16 Oct 2018 08:17:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ed Schouten Date: Tue, 16 Oct 2018 17:17:00 +0200 Message-ID: Subject: Re: fuser does not list id of processes that have a file To: Mateusz Guzik Cc: aliovx@gmail.com, FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 15:17:29 -0000 Hi there, Op di 16 okt. 2018 om 15:05 schreef Mateusz Guzik : > struct reqfile { > - uint32_t fsid; > + uint64_t fsid; > uint64_t fileid; Considering that these are based on sb.st_{ino,dev}, maybe better to use the occasion to switch these fields to dev_t and ino_t? -- Ed Schouten