From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45F18C10F0E for ; Sat, 13 Apr 2019 00:48:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 13D44218C3 for ; Sat, 13 Apr 2019 00:48:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726983AbfDMAr7 (ORCPT ); Fri, 12 Apr 2019 20:47:59 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:52226 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726765AbfDMAr7 (ORCPT ); Fri, 12 Apr 2019 20:47:59 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hF6pp-0001Ep-Su; Sat, 13 Apr 2019 00:47:57 +0000 Date: Sat, 13 Apr 2019 01:47:57 +0100 From: Al Viro To: Corey Minyard Cc: linux-kernel@vger.kernel.org Subject: [RFC] what's struct ipmi_file_private ->file for? Message-ID: <20190413004757.GM2217@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org AFAICS, nothing has ever used that; am I, by any chance, missing some nasty macros in there? Just curious...