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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 56FF7C43381 for ; Wed, 20 Feb 2019 11:05:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 274BF2147C for ; Wed, 20 Feb 2019 11:05:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550660724; bh=j2UEN5VgKEJpjJV4+YGSo3hP3rX9dxSUktlA5+GdaYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=s4HuOcg3JzyfNetwNmYHuzKiP710nLKAH9168U34ETKzsxjcXT6RcK5Vx0q+F+Wkg JQqa3txtKvKLsmW6EQwj35s0mfBfb+pJI0Uriv0vd5qGqeXA5NQSQtSEsuGWGS/rPY Xzxm2hRCJflpFZyQxuAMaJwt405c8n6gz1GNfeYQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726866AbfBTLFX (ORCPT ); Wed, 20 Feb 2019 06:05:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:40692 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726439AbfBTLFX (ORCPT ); Wed, 20 Feb 2019 06:05:23 -0500 Received: from localhost (unknown [195.134.171.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1B7AD20685; Wed, 20 Feb 2019 11:05:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550660722; bh=j2UEN5VgKEJpjJV4+YGSo3hP3rX9dxSUktlA5+GdaYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P9QuWIS7qC1Jw+OhB9Py1IZQrwyOBqRSFIB6Sf7/uyLBfgGtNrHdPJEqfgay1egpj 7M74KJFXPGawpO5BXgdWiTn7uzBXfYiwM+0Kc/Yu3Qh6BVt9fgCbtedrT3p7+CacDR R2AWd1KKon2ZPE3p58G0/kourwubhWG0MDEDiVqw= Date: Wed, 20 Feb 2019 12:05:18 +0100 From: Greg KH To: Boaz harrosh Cc: linux-fsdevel , Anna Schumaker , Al Viro , Ric Wheeler , Miklos Szeredi , Steven Whitehouse , Jefff moyer , Amir Goldstein , Amit Golander , Sagi Manole Subject: Re: [RFC PATCH 09/17] zuf: symlink Message-ID: <20190220110518.GB11937@kroah.com> References: <20190219115136.29952-1-boaz@plexistor.com> <20190219115136.29952-10-boaz@plexistor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190219115136.29952-10-boaz@plexistor.com> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Feb 19, 2019 at 01:51:28PM +0200, Boaz harrosh wrote: > From: Boaz Harrosh > > Signed-off-by: Boaz Harrosh I know I never accept patches without any changelog text...