From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 1 Dec 2015 20:43:59 +1100 (AEDT) From: James Morris To: Andreas Gruenbacher cc: Alexander Viro , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Hugh Dickins , linux-mm@kvack.org Subject: Re: [PATCH 06/10] tmpfs: Use xattr handler infrastructure In-Reply-To: <1448919823-27103-7-git-send-email-agruenba@redhat.com> Message-ID: References: <1448919823-27103-1-git-send-email-agruenba@redhat.com> <1448919823-27103-7-git-send-email-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-mm@kvack.org List-ID: On Mon, 30 Nov 2015, Andreas Gruenbacher wrote: > Use the VFS xattr handler infrastructure and get rid of similar code in > the filesystem. For implementing shmem_xattr_handler_set, we need a > version of simple_xattr_set which removes the attribute when value is > NULL. Use this to implement kernfs_iop_removexattr as well. > > Signed-off-by: Andreas Gruenbacher > Cc: Hugh Dickins > Cc: linux-mm@kvack.org Reviewed-by: James Morris -- James Morris -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org