From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752625AbcD0WvO (ORCPT ); Wed, 27 Apr 2016 18:51:14 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:35096 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751019AbcD0WvM (ORCPT ); Wed, 27 Apr 2016 18:51:12 -0400 Subject: Re: [PATCH 05/15] staging: lustre: ldlm: use accessor macros for l_flags To: James Simmons , Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin References: <1461795667-29035-1-git-send-email-jsimmons@infradead.org> <1461795667-29035-6-git-send-email-jsimmons@infradead.org> Cc: Linux Kernel Mailing List , Lustre Development List From: Bruce Korb Message-ID: <5721425D.5050606@gmail.com> Date: Wed, 27 Apr 2016 15:51:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <1461795667-29035-6-git-send-email-jsimmons@infradead.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Wow! I remember this stuff, even if from 3 years ago. Feels like a lifetime. Is this patch being applied to official Linux, hence this message? Xyratex collapsed, shed a mess of employees and sold the remnant to Seagate. Consequently, I don't really follow Lustre any more. Sorry. On 04/27/16 15:20, James Simmons wrote: > From: Bruce Korb > > Convert most of the ldlm lock's l_flags references from direct > bit twiddling to using bit specific macros. A few multi-bit > operations are left as an exercise for the reader. > > The changes are mostly in ldlm, but also in llite, osc and quota. > Also add a multi-bit (mask) test. > > Signed-off-by: Bruce Korb > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2906 > Reviewed-by: Keith Mannthey > Reviewed-on: http://review.whamcloud.com/7963 > Reviewed-by: Doug Oucharek > Reviewed-by: Andreas Dilger > Signed-off-by: James Simmons > --- > .../lustre/lustre/include/lustre_dlm_flags.h | 3 +