]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
include/linux/fs.h: remove unneeded forward definition of mm_struct
authorJeff Layton <jlayton@redhat.com>
Wed, 6 Sep 2017 23:23:22 +0000 (16:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Sep 2017 00:27:28 +0000 (17:27 -0700)
Link: http://lkml.kernel.org/r/20170525102927.6163-1-jlayton@redhat.com
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h

index cc2e0f5a8fd10baef7614ba3ad9090608fdb8256..baea880c5c033503250d5bbcec725100fb17feb5 100644 (file)
@@ -1270,8 +1270,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
  */