Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1538829

Re: [PATCH] staging: lustre: Fix variable type declaration after refactoring

From Dan Carpenter <dan.carpenter@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: lustre: Fix variable type declaration after refactoring
Date 2016-12-08 20:40 +0100
Message-ID <sMcHT-1En-7@gated-at.bofh.it> (permalink)
References <sM9Al-8ha-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Dec 08, 2016 at 05:07:59PM +0100, Quentin Lambert wrote:
> A recent clean-up declared och_flags as a int rather than fmode_t. This
> lead to the following sparse warning:
> 
> drivers/staging/lustre/lustre/llite/file.c:106:30: warning: restricted
> fmode_t degrades to integer
> 
> This patch fixes this issue.
> 
> Fixes: 1200991234f7 ("staging: lustre: cleanup lustre_lib.h")
       0a1200991234f7

Fixes hash is wrong.  It should start with "0a".

regards,
dan carpenter

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] staging: lustre: Fix variable type declaration after refactoring Quentin Lambert <lambert.quentin@gmail.com> - 2016-12-08 17:20 +0100
  Re: [PATCH] staging: lustre: Fix variable type declaration after  refactoring Dan Carpenter <dan.carpenter@oracle.com> - 2016-12-08 20:40 +0100
  [PATCH v2] staging: lustre: Fix variable type declaration after refactoring Quentin Lambert <lambert.quentin@gmail.com> - 2016-12-08 21:50 +0100

csiph-web