]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-linux-i-blksize-test-20060919
authorChas Williams <chas@cmf.nrl.navy.mil>
Wed, 20 Sep 2006 00:28:24 +0000 (00:28 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 20 Sep 2006 00:28:24 +0000 (00:28 +0000)
this was missed in the configure test conversions

(cherry picked from commit 361751cbf4b0cfef9a738cfcfbbd589eee621ade)

acinclude.m4

index 8a88f9cae982bba596f2e6770e4a12088cf6082e..d8d1fc08714310739d620abdee30d72d7bdd1216 100644 (file)
@@ -720,6 +720,9 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*)
                 if test "x$ac_cv_linux_fs_struct_inode_has_i_alloc_sem" = "xyes"; then 
                  AC_DEFINE(STRUCT_INODE_HAS_I_ALLOC_SEM, 1, [define if your struct inode has alloc_sem])
                 fi
+                if test "x$ac_cv_linux_fs_struct_inode_has_i_blksize" = "xyes"; then 
+                 AC_DEFINE(STRUCT_INODE_HAS_I_BLKSIZE, 1, [define if your struct inode has i_blksize])
+                fi
                 if test "x$ac_cv_linux_fs_struct_inode_has_i_devices" = "xyes"; then 
                  AC_DEFINE(STRUCT_INODE_HAS_I_DEVICES, 1, [define if you struct inode has i_devices])
                 fi