All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: How to do Header Dependency  Check Properly for Kernel Patch
       [not found] <55149A03.4040807@gmail.com>
@ 2015-03-27 16:44 ` David Sterba
  0 siblings, 0 replies; only message in thread
From: David Sterba @ 2015-03-27 16:44 UTC (permalink / raw)
  To: nick
  Cc: clm, jbacik, paulmck, josh, rostedt, mathieu.desnoyers, laijs,
	linux-kernel, linux-btrfs

On Thu, Mar 26, 2015 at 07:45:07PM -0400, nick wrote:
> I have a patch for moving over the rcu-string header file for btrfs to
> the standard include headers in include/linux
> as you stated this on a to do on the brtfs to do page for the
> project's wiki page.

The wiki page states that the task is already assigned
https://btrfs.wiki.kernel.org/index.php/Project_ideas#Move_rcu_string_out_of_btrfs_to_lib.2F

besides that there were 8 iterations of the patchset, acked by the
respective people.

http://thread.gmane.org/gmane.linux.kernel/1862689

> index de5e4f2..df8e981 100644
> --- a/fs/btrfs/btrfs_inode.h
> +++ b/fs/btrfs/btrfs_inode.h
> @@ -15,11 +15,13 @@
>   * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
>   * Boston, MA 021110-1307, USA.
>   */
> +#pragma once
>  
>  #ifndef __BTRFS_I__
>  #define __BTRFS_I__

the pragmas are not used in kernel AFAIK, the ifndef right below the
line serves the exact purpose.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-27 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <55149A03.4040807@gmail.com>
2015-03-27 16:44 ` How to do Header Dependency Check Properly for Kernel Patch David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.