[OpenAFS] Linux 2.4.10 changes

Steven N. Hirsch shirsch@adelphia.net
Sun, 30 Sep 2001 12:49:48 -0400 (EDT)


All,

A new member was introduced into struct inode:

--- osi_vfs.h.orig	Thu Sep  6 21:12:33 2001
+++ osi_vfs.h	Sun Sep 30 11:40:40 2001
@@ -90,6 +90,8 @@
         int                     i_mapping_overload;
 #endif
 	struct dquot		*i_dquot[MAXQUOTAS];
+    /* NEW: Required for 2.4.10 */
+	struct list_head	i_devices;
 #if defined(AFS_LINUX24_ENV)
         struct pipe_inode_info  *i_pipe;
         struct block_device     *i_bdev;


Once this is patched, things seem fine.

Steve