MM/VFS: prevent compile warnings/errors with unknown struct super_block
authorErez_Zadok <ezk@cs.sunysb.edu>
Sat, 11 Aug 2007 17:57:38 +0000 (13:57 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:36 +0000 (18:20 -0500)
This is a temp fix for 2.6.23-rc2.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
include/linux/mm.h

index 1fb6a56462d81224e115ca0c875cc77c1f16ee82..b5d0e9ec852b61aed5fb169561cd8eff16209516 100644 (file)
@@ -18,6 +18,7 @@ struct anon_vma;
 struct file_ra_state;
 struct user_struct;
 struct writeback_control;
+struct super_block;
 
 #ifndef CONFIG_DISCONTIGMEM          /* Don't use mapnrs, do it properly */
 extern unsigned long max_mapnr;