Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751382AbcCFT7d (ORCPT ); Sun, 6 Mar 2016 14:59:33 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:35781 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750718AbcCFT7Y (ORCPT ); Sun, 6 Mar 2016 14:59:24 -0500 From: Nicolai Stange To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Nicolai Stange Subject: [PATCH 0/2] debugfs: fixup to file removal protection series Date: Sun, 6 Mar 2016 20:59:03 +0100 Message-Id: <1457294345-4588-1-git-send-email-nicstange@gmail.com> X-Mailer: git-send-email 2.7.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 991 Lines: 29 Version v4 of the series ("fix debugfs file removal races") to be found at http://lkml.kernel.org/g/8737sjo7qa.fsf@gmail.com has been applied to the driver-core tree's driver-core-testing branch. Unfortunately, the kbuild test robot discovered two minor issues. To fix these, there are two options. The first one is to replace the v4 version of the aforementioned series with v5 available at http://lkml.kernel.org/g/1457267103-28910-1-git-send-email-nicstange@gmail.com The other, rebaseless option is to apply the two fixup patches contained within this series. Both ways lead to identical code in the end. This series is applicable to the the driver-core tree's driver-core-testing branch. Nicolai Stange (2): debugfs: fix DocBook comment of debugfs_use_file_start() debugfs: inline dummy implementations of debugfs_use_file_start()/_finish() fs/debugfs/file.c | 2 +- include/linux/debugfs.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) -- 2.7.2