Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638230
| From | Jeff Layton <jlayton@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h |
| Date | 2017-05-09 18:00 +0200 |
| Message-ID | <tFfIo-3IS-53@gated-at.bofh.it> (permalink) |
| References | <tFfIm-3IS-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web