From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752072AbaIBIOP (ORCPT ); Tue, 2 Sep 2014 04:14:15 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:61802 "EHLO mail-lb0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbaIBIOM (ORCPT ); Tue, 2 Sep 2014 04:14:12 -0400 Date: Tue, 2 Sep 2014 12:14:08 +0400 From: Cyrill Gorcunov To: Andrey Vagin Cc: linux-kernel@vger.kernel.org, Alexander Viro , Andrew Morton Subject: Re: [PATCH 1/2] fsnotify/fdinfo: use named constants instead of hardcoded values Message-ID: <20140902081408.GF10904@moon> References: <1409644815-19367-1-git-send-email-avagin@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1409644815-19367-1-git-send-email-avagin@openvz.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 02, 2014 at 12:00:14PM +0400, Andrey Vagin wrote: > MAX_HANDLE_SZ is equal to 128, but currently the size of pad is only 64 > bytes, so exportfs_encode_inode_fh can return an error. > > Cc: Cyrill Gorcunov > Cc: Alexander Viro > Cc: Andrew Morton > Signed-off-by: Andrey Vagin Acked-by: Cyrill Gorcunov