From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Jarosch Subject: vfs: getname() / putname() used by VMware drivers Date: Fri, 12 Sep 2014 15:57:39 +0200 Message-ID: <23918811.SYffIVGlUb@storm> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: linux-fsdevel@vger.kernel.org, Dmitry Torokhov To: Jeff Layton Return-path: Received: from rs04.intra2net.com ([85.214.66.2]:38088 "EHLO rs04.intra2net.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753846AbaILOQK (ORCPT ); Fri, 12 Sep 2014 10:16:10 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Jeff, I just compiled the VMware kernel modules 9.4.6-1770165 on kernel 3.14.18 (upgrading from 3.4.101). The functions getname() and putname() are both used by the "vmblock" and "vmsync" module. Any chance to revert 8e377d15078a501c4da98471f56396343c407d92 --------------------------------------- vfs: unexport getname and putname symbols I see no callers in module code. --------------------------------------- since there are callers to those functions? Otherwise the VMware code needs to be changed downstream. For now I've reverted the commit in question locally. Cheers, Thomas