Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638230 > unrolled thread
| Started by | Jeff Layton <jlayton@redhat.com> |
|---|---|
| First post | 2017-05-09 18:00 +0200 |
| Last post | 2017-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.
[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
| From | Jeff Layton <jlayton@redhat.com> |
|---|---|
| Date | 2017-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]
| From | Jan Kara <jack@suse.cz> |
|---|---|
| Date | 2017-05-10 13:10 +0200 |
| Subject | Re: [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