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

(cherry picked from commit 361751cbf4b0cfef9a738cfcfbbd589eee621ade)

acinclude.m4

index 1de503cd1283bf68162c68cab2e00f65219620de..5485607a9e20e33d0fca68ee06caaab0137475d1 100644 (file)
@@ -705,6 +705,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