lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 27 Nov 2017 12:33:19 -0800
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Nicolai Stange <nicstange@...il.com>
Cc:     linux-kernel@...r.kernel.org, oss-drivers@...ronome.com
Subject: Re: [PATCH] debugfs: add definition of debugfs_real_fops() if
 CONFIG_DEBUG_FS unset

On Mon, 27 Nov 2017 10:51:34 -0800, Jakub Kicinski wrote:
> Recent commit moved the implementation of debugfs_real_fops()
> out of the header file.  The declaration, however, is only
> provided if CONFIG_DEBUG_FS is set.  Add an empty static inline
> definition for when CONFIG_DEBUG_FS is unset.
> 
> Fixes: 7c8d469877b1 ("debugfs: add support for more elaborate ->d_fsdata")
> Signed-off-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
> Reviewed-by: Quentin Monnet <quentin.monnet@...ronome.com>

Argh, should've been a static inline.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ