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


Groups > linux.kernel > #1638230 > unrolled thread

[PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h

Started byJeff Layton <jlayton@redhat.com>
First post2017-05-09 18:00 +0200
Last post2017-05-10 13:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h Jeff Layton <jlayton@redhat.com> - 2017-05-09 18:00 +0200
    Re: [PATCH v4 01/27] fs: remove unneeded forward definition of  mm_struct from fs.h Jan Kara <jack@suse.cz> - 2017-05-10 13:10 +0200

#1638230 — [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h

FromJeff Layton <jlayton@redhat.com>
Date2017-05-09 18:00 +0200
Subject[PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
Message-ID<tFfIo-3IS-53@gated-at.bofh.it>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
 include/linux/fs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 7251f7bb45e8..38adefd8e2a0 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1252,8 +1252,6 @@ extern void f_delown(struct file *filp);
 extern pid_t f_getown(struct file *filp);
 extern int send_sigurg(struct fown_struct *fown);
 
-struct mm_struct;
-
 /*
  *	Umount options
  */
-- 
2.9.3

[toc] | [next] | [standalone]


#1638750 — Re: [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h

FromJan Kara <jack@suse.cz>
Date2017-05-10 13:10 +0200
SubjectRe: [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
Message-ID<tFxFg-8nP-5@gated-at.bofh.it>
In reply to#1638230
On Tue 09-05-17 11:49:04, Jeff Layton wrote:
> Signed-off-by: Jeff Layton <jlayton@redhat.com>

Looks good. You can add:

Reviewed-by: Jan Kara <jack@suse.cz>

								Honza

> ---
>  include/linux/fs.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/linux/fs.h b/include/linux/fs.h
> index 7251f7bb45e8..38adefd8e2a0 100644
> --- a/include/linux/fs.h
> +++ b/include/linux/fs.h
> @@ -1252,8 +1252,6 @@ extern void f_delown(struct file *filp);
>  extern pid_t f_getown(struct file *filp);
>  extern int send_sigurg(struct fown_struct *fown);
>  
> -struct mm_struct;
> -
>  /*
>   *	Umount options
>   */
> -- 
> 2.9.3
> 
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web