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

Jeff Layton jlayton at redhat.com
Tue May 9 15:49:04 UTC 2017


Signed-off-by: Jeff Layton <jlayton at 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




More information about the Cluster-devel mailing list