commit 06536468dd98c92648a7c0cf4361390063444604
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Nov 16 13:46:42 2007 -0500

    MM/VFS: prevent compile warnings/errors with unknown struct super_block
    
    This is a temp fix for 2.6.23-rc2.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/include/linux/mm.h b/include/linux/mm.h
index 09e1fa6..fc61bd3 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -19,6 +19,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;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to