linux24-another-new-inode-field-sigh-20011001
[openafs.git] / src / afs / LINUX / osi_vfs.h
index b5f92e1..962e3b1 100644 (file)
@@ -91,6 +91,9 @@ typedef struct vnode {
 #endif
        struct dquot            *i_dquot[MAXQUOTAS];
 #if defined(AFS_LINUX24_ENV)
+#if defined(STRUCT_INODE_HAS_I_DEVICES)
+        struct list_head        i_devices;
+#endif
         struct pipe_inode_info  *i_pipe;
         struct block_device     *i_bdev;
 #if defined(STRUCT_INODE_HAS_I_CDEV)