From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 1 Dec 2016 08:35:00 -0700 From: Ross Zwisler To: Steven Rostedt Cc: Ross Zwisler , linux-kernel@vger.kernel.org, Alexander Viro , Andrew Morton , Christoph Hellwig , Dan Williams , Dave Chinner , Ingo Molnar , Jan Kara , Matthew Wilcox , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@lists.01.org Subject: Re: [PATCH v2 1/6] tracing: add __print_flags_u64() Message-ID: <20161201153500.GB5160@linux.intel.com> References: <1480549533-29038-1-git-send-email-ross.zwisler@linux.intel.com> <1480549533-29038-2-git-send-email-ross.zwisler@linux.intel.com> <20161201091254.3e9f99b0@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161201091254.3e9f99b0@gandalf.local.home> Sender: owner-linux-mm@kvack.org List-ID: On Thu, Dec 01, 2016 at 09:12:54AM -0500, Steven Rostedt wrote: > On Wed, 30 Nov 2016 16:45:28 -0700 > Ross Zwisler wrote: > > diff --git a/kernel/trace/trace_output.c b/kernel/trace/trace_output.c > > index 3fc2042..ed4398f 100644 > > --- a/kernel/trace/trace_output.c > > +++ b/kernel/trace/trace_output.c > > @@ -124,6 +124,44 @@ EXPORT_SYMBOL(trace_print_symbols_seq); > > > > #if BITS_PER_LONG == 32 > > const char * > > +trace_print_flags_seq_u64(struct trace_seq *p, const char *delim, > > + unsigned long long flags, > > + const struct trace_print_flags_u64 *flag_array) > > +{ > > + unsigned long mask; > > Don't you want mask to be unsigned long long? Yep, thanks for spotting that. I'll fix it in v3. -- 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