]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux26-inode-got-i-sb-list-20050204
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 10 Feb 2005 16:30:41 +0000 (16:30 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 10 Feb 2005 16:30:41 +0000 (16:30 +0000)
another thing to do at inode initialization

acinclude.m4

index 9b29d30f8918a62199d1dbf34d876a3a8117bd89..a5fb5935d0182d9085622e69907339fca266aa99 100644 (file)
@@ -681,6 +681,9 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*)
                 if test "x$ac_cv_linux_fs_struct_inode_has_i_security" = "xyes"; then 
                  AC_DEFINE(STRUCT_INODE_HAS_I_SECURITY, 1, [define if you struct inode has i_security])
                 fi
+                if test "x$ac_cv_linux_fs_struct_inode_has_i_sb_list" = "xyes"; then 
+                 AC_DEFINE(STRUCT_INODE_HAS_I_SB_LIST, 1, [define if you struct inode has i_sb_list])
+                fi
                 if test "x$ac_cv_linux_fs_struct_inode_has_i_dirty_data_buffers" = "xyes"; then 
                  AC_DEFINE(STRUCT_INODE_HAS_I_DIRTY_DATA_BUFFERS, 1, [define if your struct inode has data_buffers])
                 fi