Message ID | 20201009195515.82889-1-preichl@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=Vfs/=DQ=vger.kernel.org=linux-xfs-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0C43714D5 for <patchwork-linux-xfs@patchwork.kernel.org>; Fri, 9 Oct 2020 19:55:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E575322B4B for <patchwork-linux-xfs@patchwork.kernel.org>; Fri, 9 Oct 2020 19:55:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="IfowdChE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732941AbgJITza (ORCPT <rfc822;patchwork-linux-xfs@patchwork.kernel.org>); Fri, 9 Oct 2020 15:55:30 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:54238 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732979AbgJITzW (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Fri, 9 Oct 2020 15:55:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602273321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=STN/yEUR/r592zDTnc0uET4FfiKkP1nMZNH5kp20WrM=; b=IfowdChEwD3Ef788BsGU+qbgoMZpnIxm1uhP1GSkIv9AdCSsmvuslkFwSDdEM2LpuvgfXQ nkIeuRKGwirylaCVHcmxuyIXElsk3VVeU1eod/RZoNhUnW2Erz0mdJtYxXhDXc/bgzJRLA 7p9DlMAVN9TLg3Lzvtq0bcYifYwthfE= Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-140-WAMaMw21M9yPfrrPyCLDUQ-1; Fri, 09 Oct 2020 15:55:19 -0400 X-MC-Unique: WAMaMw21M9yPfrrPyCLDUQ-1 Received: by mail-wm1-f69.google.com with SMTP id c204so4606762wmd.5 for <linux-xfs@vger.kernel.org>; Fri, 09 Oct 2020 12:55:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=STN/yEUR/r592zDTnc0uET4FfiKkP1nMZNH5kp20WrM=; b=SPV7TXVrIWc92PNEeQhZzGdVOoCPOzxhUruYmetTyDplK7vO+izYSUUsZT85MEK7zs t2iNCGCtN3Oyc/3mgzTLBWNWmVHLUV9HStBAuFkrinHfDLTSgZU2D9CHb9Z7t1ZlvRWf 6Ye99YmAhzTMkyfry2IvK1SpQEF340vfjgPfkYFb9qm+PzQDizA12/ZYPZ5sAuzCIiTq nH8kLfRlu1YsErv/ASQ24FGUcrji9xjl3lF6XSwqP/ki9P/5fF3zpF3wknGwS2rKE0dK 4BO1JVcQHTzKL/dV1Y+DrXDak7qGe3HcE5LYKCclZBrbh1Uhdpk3Ztws9tEV9fCDbJNe mTWw== X-Gm-Message-State: AOAM530xCJIel6HTjsdR2dHV33ycZUFD2AaeoNaz2rjUBtLPlgPFS7hn TW5Fa7VAcW9zlvQ81IGePrrxzWhOzBfVnjzz4ApU+p7LqWYiI4LWYKWnuVcIJa14R04HhQvGMQk 5cWSI/6K7CzI8OuQlwGXF X-Received: by 2002:a5d:6ac6:: with SMTP id u6mr16469997wrw.65.1602273317577; Fri, 09 Oct 2020 12:55:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz/z6mlwUAGuHgND6LiBMz6ZDRLahftLrFOPIDK8zzgZYH5Ibt3BeG2JYZUEbO9KiNeK5IHtg== X-Received: by 2002:a5d:6ac6:: with SMTP id u6mr16469981wrw.65.1602273317325; Fri, 09 Oct 2020 12:55:17 -0700 (PDT) Received: from localhost.localdomain.com ([84.19.91.81]) by smtp.gmail.com with ESMTPSA id u2sm14069451wre.7.2020.10.09.12.55.16 for <linux-xfs@vger.kernel.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Oct 2020 12:55:16 -0700 (PDT) From: Pavel Reichl <preichl@redhat.com> To: linux-xfs@vger.kernel.org Subject: [PATCH v11 0/4] xfs: Remove wrappers for some semaphores Date: Fri, 9 Oct 2020 21:55:11 +0200 Message-Id: <20201009195515.82889-1-preichl@redhat.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series |
xfs: Remove wrappers for some semaphores
|
expand
|